Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72129e9 commit dfde7f1Copy full SHA for dfde7f1
doc/Makefile
@@ -8,7 +8,7 @@
8
#
9
10
# IDENTIFICATION
11
-# $Header: /cvsroot/pgsql/doc/Makefile,v 1.9 1998/05/29 13:14:25 thomas Exp $
+# $Header: /cvsroot/pgsql/doc/Makefile,v 1.10 1998/10/06 05:44:05 thomas Exp $
12
13
#----------------------------------------------------------------------------
14
@@ -45,6 +45,7 @@ beforeinstall::
45
46
install::
47
$(MAKE) all
48
+ $(MAKE) man
49
50
all:: beforeinstall $(MODULES)
51
@@ -54,6 +55,9 @@ clean::
54
55
distclean::
56
$(MAKE) clean
57
58
+man:
59
+ $(MAKE) -C $(SRCDIR) install-man
60
+
61
62
# Generic production rules
63
0 commit comments