From: Peter Eisentraut Date: Sat, 2 Dec 2006 01:25:50 +0000 (+0000) Subject: Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.) X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=28bafa560fced8bd26dc695b9ad9804ef901cf4f;p=users%2Fbernd%2Fpostgres.git Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.) --- diff --git a/doc/src/Makefile b/doc/src/Makefile index fd7b00cb44..4c288b2f48 100644 --- a/doc/src/Makefile +++ b/doc/src/Makefile @@ -18,4 +18,5 @@ postgres.tar: man.tar: $(MAKE) -C sgml man + rm sgml/man$(sqlmansect_dummy)/spi_* $(TAR) -cf $@ -C sgml man1 man$(sqlmansect_dummy)