Thanks to visit codestin.com Credit goes to github.com
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 c59077d commit d7f1e11Copy full SHA for d7f1e11
doc/src/Makefile
@@ -1,12 +1,12 @@
1
# Postgres documentation makefile
2
-# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.11 2000/08/31 16:09:16 petere Exp $
+# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.12 2000/09/05 18:45:38 petere Exp $
3
4
subdir = doc/src
5
top_builddir = ../..
6
-include $(top_builddir)/src/Makefile.global
7
8
TAR= tar
9
-ZIP= gzip
+GZIP= gzip
10
TAREXCLUDE= --exclude=Makefile --exclude='*.sgml' --exclude=ref
11
12
SRC= admin postgres programmer tutorial user
0 commit comments