From b1a38a438043920e3cbb8692b943a91ddcc4d160 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 29 Aug 2001 19:14:40 +0000 Subject: Install the SQL command man pages into a section appropriate for each system. Some systems did not understand the 'l' section, and in general it wasn't entirely appropriate. On SCO OpenServer, the man pages won't be installed at all until someone figures out their man system. --- src/makefiles/Makefile.dgux | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/makefiles/Makefile.dgux') diff --git a/src/makefiles/Makefile.dgux b/src/makefiles/Makefile.dgux index c88ee14e0e..f9519632a2 100644 --- a/src/makefiles/Makefile.dgux +++ b/src/makefiles/Makefile.dgux @@ -4,3 +4,5 @@ CFLAGS_SL = -fpic %.so: %.o $(CC) -shared -o $@ $< + +sqlmansect = 5 -- cgit v1.2.1