diff options
| author | Peter Eisentraut | 2006-04-06 18:54:37 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2006-04-06 18:54:37 +0000 |
| commit | 0bc2a8ca6556de179468b4eea84cb67b38322414 (patch) | |
| tree | 12d0d5c12641f708c80bce83f4b6c3c378d1a99d /GNUmakefile.in | |
| parent | 9e0eff05ca5d732c8709a39ad749fe182de4ffb8 (diff) | |
Build src/test/regress/README during tarball making like the other
generated text files. Fix build of that file, too.
Put the text files in the right place during make dist, so there are no
extra manual steps required anymore.
Diffstat (limited to 'GNUmakefile.in')
| -rw-r--r-- | GNUmakefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 9065bc98647..521b47b1271 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $PostgreSQL: pgsql/GNUmakefile.in,v 1.43 2006/04/03 18:47:41 petere Exp $ +# $PostgreSQL: pgsql/GNUmakefile.in,v 1.44 2006/04/06 18:54:36 petere Exp $ # subdir = @@ -108,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 |
