diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2008-11-14 10:22:48 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2008-11-14 10:22:48 +0000 |
| commit | d1292550770290a09863f2f2bd0d52e49301d29e (patch) | |
| tree | d639f0c5ad0ea8da9121cb40d9657c31804306bb /src/makefiles/Makefile.aix | |
| parent | e339ed5f5007e37f18d57886ca6414d19cd92ee3 (diff) | |
| download | postgresql-d1292550770290a09863f2f2bd0d52e49301d29e.tar.gz | |
Set SQL man pages to be section 7 by default, and only transform them to
another section if required by the platform (instead of the old way of
building them in section "l" and always transforming them to the
platform-specific section).
This speeds up the installation on common platforms, and it avoids some
funny business with the man page tools and build process.
Diffstat (limited to 'src/makefiles/Makefile.aix')
| -rw-r--r-- | src/makefiles/Makefile.aix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix index 35d45237f5..696e5f4268 100644 --- a/src/makefiles/Makefile.aix +++ b/src/makefiles/Makefile.aix @@ -39,5 +39,3 @@ MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh %$(DLSUFFIX): %.o %.exp $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -o $@ $*.o -Wl,-bE:$*.exp $(SHLIB_LINK) - -sqlmansect = 7 |
