projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5babe7d
)
Include rules for building a man tar file.
author
Thomas G. Lockhart
Tue, 6 Jul 1999 17:13:50 +0000
(17:13 +0000)
committer
Thomas G. Lockhart
Tue, 6 Jul 1999 17:13:50 +0000
(17:13 +0000)
doc/src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/Makefile
b/doc/src/Makefile
index db6ad52d9ebbd8b8b6af0becb8c66477f6b5272d..7ed3019f8ac81f3fe6102da81fe897c72ab6243a 100644
(file)
--- a/
doc/src/Makefile
+++ b/
doc/src/Makefile
@@
-1,6
+1,7
@@
# Postgres documentation makefile
# Thomas Lockhart
+# Not yet generated from configure, so use relative path names for now...
PGDOCS= ..
SRCDIR= ../../src
@@
-70,6
+71,10
@@
user.tar:
$(MAKE) -C sgml user.html
(cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm)
+man.tar:
+ $(MAKE) -C sgml man1 manl
+ $(TAR) -cf $@ -C sgml man1 manl
+
# Generic production rules
# Compressed file