From 0bc2a8ca6556de179468b4eea84cb67b38322414 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 6 Apr 2006 18:54:37 +0000 Subject: 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. --- GNUmakefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'GNUmakefile.in') 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 -- cgit v1.2.3