]> granicus.if.org Git - postgresql/blobdiff - GNUmakefile.in
Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
[postgresql] / GNUmakefile.in
index 62bbf57ba20ad5289cb75363711ec91ff78a044d..521b47b127104ccd43986ef8b4e3481dc407b3eb 100644 (file)
@@ -1,7 +1,7 @@
 #
 # PostgreSQL top level makefile
 #
-# $PostgreSQL: pgsql/GNUmakefile.in,v 1.42 2005/05/01 06:15:51 neilc Exp $
+# $PostgreSQL: pgsql/GNUmakefile.in,v 1.44 2006/04/06 18:54:36 petere Exp $
 #
 
 subdir =
@@ -20,11 +20,17 @@ install:
        $(MAKE) -C config $@
        @echo "PostgreSQL installation complete."
 
-installdirs uninstall distprep:
+installdirs uninstall:
        $(MAKE) -C doc $@
        $(MAKE) -C src $@
        $(MAKE) -C config $@
 
+distprep:
+       $(MAKE) -C doc $@
+       $(MAKE) -C src $@
+       $(MAKE) -C config $@
+       $(MAKE) -C contrib $@
+
 # clean, distclean, etc should apply to contrib too, even though
 # it's not built by default
 clean:
@@ -102,6 +108,10 @@ distdir:
          fi || exit; \
        done
        $(MAKE) -C $(distdir) distprep
+       $(MAKE) -C $(distdir)/doc/src/sgml/ HISTORY INSTALL regress_README
+       cp $(distdir)/doc/src/sgml/HISTORY $(distdir)/
+       cp $(distdir)/doc/src/sgml/INSTALL $(distdir)/
+       cp $(distdir)/doc/src/sgml/regress_README $(distdir)/src/test/regress/README
        $(MAKE) -C $(distdir) distclean
        rm -f $(distdir)/README.CVS