diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-08-29 19:14:40 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-08-29 19:14:40 +0000 |
| commit | b1a38a438043920e3cbb8692b943a91ddcc4d160 (patch) | |
| tree | c8a78e2563c2d1881f1c4cfc22966fec59a9d2c3 /src/makefiles/Makefile.aix | |
| parent | 2c6b599c049a84b736e17e16fb00508a1504c905 (diff) | |
| download | postgresql-b1a38a438043920e3cbb8692b943a91ddcc4d160.tar.gz | |
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.
Diffstat (limited to 'src/makefiles/Makefile.aix')
| -rw-r--r-- | src/makefiles/Makefile.aix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix index a9ba100305..f500a5f09b 100644 --- a/src/makefiles/Makefile.aix +++ b/src/makefiles/Makefile.aix @@ -43,3 +43,5 @@ endif %$(DLSUFFIX): %.o %$(EXPSUFF) @echo Making shared library $@ from $*.o, $*$(EXPSUFF) and postgres.imp $(CC) -Wl,-H512 -Wl,-bM:SRE -Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) -o $@ $*.o $(LDFLAGS) $(LIBS) $(LDFLAGS_SL) + +sqlmansect = 7 |
