summaryrefslogtreecommitdiff
path: root/src/GNUmakefile.in
diff options
context:
space:
mode:
authorThomas G. Lockhart1998-10-09 07:01:26 +0000
committerThomas G. Lockhart1998-10-09 07:01:26 +0000
commit25f90202f7df1c9f9e951264120223d0eabe812d (patch)
tree073ffabe70098c58e6431711dc0eff98eb5b3127 /src/GNUmakefile.in
parenta8428c9e3f9bf9e7ce3da7b4930402ccbc65baa9 (diff)
Adjustments for standalone and integrated ODBC.
Diffstat (limited to 'src/GNUmakefile.in')
-rw-r--r--src/GNUmakefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in
index f991ccf49c5..a08e741a37b 100644
--- a/src/GNUmakefile.in
+++ b/src/GNUmakefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.32 1998/10/09 04:07:49 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.33 1998/10/09 07:01:24 thomas Exp $
#
#-------------------------------------------------------------------------
@@ -43,6 +43,9 @@ install:
$(MAKE) -C pl install
cat ../register.txt
+install-man:
+ $(MAKE) -C man install
+
lexverify:
$(MAKE) -C lextest all
@if test ! -f lextest/lextest; then \