We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c134eb commit 24451cdCopy full SHA for 24451cd
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.22 2001/11/21 21:16:58 momjian Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.23 2001/11/21 23:19:25 momjian Exp $
5
6
7
subdir =
@@ -71,7 +71,7 @@ opt_files := src/backend/utils/mb contrib/retep/build.xml \
71
$(addprefix src/interfaces/, odbc libpq++ libpgtcl perl5 python jdbc) \
72
$(addprefix src/pl/, plperl tcl)
73
74
-docs_files := doc/src/postgres.tar.gz doc/src doc/TODO.detail
+docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail
75
76
postgresql-base-$(VERSION).tar: distdir
77
$(TAR) -c $(addprefix --exclude $(distdir)/, $(docs_files) $(opt_files) src/test) \
0 commit comments