diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2009-08-05 19:31:50 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2009-08-05 19:31:50 +0000 |
commit | 6403c35ee66c68168aea2e3b8deb352458d8e392 (patch) | |
tree | 44b8643b5bb2ba28ec609b00f31c12bfcc9342e7 /doc/src/Makefile | |
parent | 25bd9ce31baec836b5ad6bbd63ece54af0c73a3e (diff) | |
download | postgresql-6403c35ee66c68168aea2e3b8deb352458d8e392.tar.gz |
Fix manpages related to SPI functions.
This patch adds declaration so that they end up in section 3, and adds
them to the Makefiles to install them.
Also, some synopses needed reflowing so that they look nice in 80-column
terminals.
Diffstat (limited to 'doc/src/Makefile')
-rw-r--r-- | doc/src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/Makefile b/doc/src/Makefile index 5d9f75f07f..23670764a2 100644 --- a/doc/src/Makefile +++ b/doc/src/Makefile @@ -1,5 +1,5 @@ # Postgres documentation makefile -# $PostgreSQL: pgsql/doc/src/Makefile,v 1.35 2008/11/14 10:43:59 petere Exp $ +# $PostgreSQL: pgsql/doc/src/Makefile,v 1.36 2009/08/05 19:31:50 alvherre Exp $ subdir = doc/src top_builddir = ../.. @@ -15,4 +15,4 @@ postgres.tar: man.tar: $(MAKE) -C sgml man - $(TAR) -cf $@ -C sgml man1 man7 + $(TAR) -cf $@ -C sgml man1 man3 man7 |