projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59077d
)
GZIP vs ZIP variable naming messed up
author
Peter Eisentraut
<
[email protected]
>
Tue, 5 Sep 2000 18:45:38 +0000
(18:45 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 5 Sep 2000 18:45:38 +0000
(18:45 +0000)
doc/src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/Makefile
b/doc/src/Makefile
index 3b7e52e6077a57e42369fc11ed9f7175e63164a2..840628b9a58a51d7cd9b9340cb5f9c03a54b577d 100644
(file)
--- a/
doc/src/Makefile
+++ b/
doc/src/Makefile
@@
-1,12
+1,12
@@
# Postgres documentation makefile
-# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.1
1 2000/08/31 16:09:16
petere Exp $
+# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.1
2 2000/09/05 18:45:38
petere Exp $
subdir = doc/src
top_builddir = ../..
-include $(top_builddir)/src/Makefile.global
TAR= tar
-ZIP= gzip
+
G
ZIP= gzip
TAREXCLUDE= --exclude=Makefile --exclude='*.sgml' --exclude=ref
SRC= admin postgres programmer tutorial user