diff options
| author | Thomas G. Lockhart | 1998-10-09 07:01:26 +0000 |
|---|---|---|
| committer | Thomas G. Lockhart | 1998-10-09 07:01:26 +0000 |
| commit | 25f90202f7df1c9f9e951264120223d0eabe812d (patch) | |
| tree | 073ffabe70098c58e6431711dc0eff98eb5b3127 /src/GNUmakefile.in | |
| parent | a8428c9e3f9bf9e7ce3da7b4930402ccbc65baa9 (diff) | |
Adjustments for standalone and integrated ODBC.
Diffstat (limited to 'src/GNUmakefile.in')
| -rw-r--r-- | src/GNUmakefile.in | 5 |
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 \ |
