Skip to content

Commit 192a66e

Browse files
author
Thomas G. Lockhart
committed
Include rules for building a man tar file.
1 parent 5babe7d commit 192a66e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/src/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Postgres documentation makefile
22
# Thomas Lockhart
33

4+
# Not yet generated from configure, so use relative path names for now...
45
PGDOCS= ..
56
SRCDIR= ../../src
67

@@ -70,6 +71,10 @@ user.tar:
7071
$(MAKE) -C sgml user.html
7172
(cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm)
7273

74+
man.tar:
75+
$(MAKE) -C sgml man1 manl
76+
$(TAR) -cf $@ -C sgml man1 manl
77+
7378
# Generic production rules
7479

7580
# Compressed file

0 commit comments

Comments
 (0)