Skip to content

Commit dfde7f1

Browse files
author
Thomas G. Lockhart
committed
Install man pages from here now. "make install" will do that along with
the html/ps material...
1 parent 72129e9 commit dfde7f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.9 1998/05/29 13:14:25 thomas Exp $
11+
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.10 1998/10/06 05:44:05 thomas Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -45,6 +45,7 @@ beforeinstall::
4545

4646
install::
4747
$(MAKE) all
48+
$(MAKE) man
4849

4950
all:: beforeinstall $(MODULES)
5051

@@ -54,6 +55,9 @@ clean::
5455
distclean::
5556
$(MAKE) clean
5657

58+
man:
59+
$(MAKE) -C $(SRCDIR) install-man
60+
5761
#
5862
# Generic production rules
5963
#

0 commit comments

Comments
 (0)