mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Include rules for building a man tar file.
This commit is contained in:
parent
5babe7db45
commit
192a66e3da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user