Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit192a66e

Browse files
author
Thomas G. Lockhart
committed
Include rules for building a man tar file.
1 parent5babe7d commit192a66e

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)

[8]ページ先頭

©2009-2025 Movatter.jp