mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.)
This commit is contained in:
parent
339483928d
commit
b9dbb63e48
@ -1,5 +1,5 @@
|
|||||||
# Postgres documentation makefile
|
# Postgres documentation makefile
|
||||||
# $PostgreSQL: pgsql/doc/src/Makefile,v 1.32 2003/11/29 19:51:36 pgsql Exp $
|
# $PostgreSQL: pgsql/doc/src/Makefile,v 1.33 2006/12/02 01:25:50 petere Exp $
|
||||||
|
|
||||||
subdir = doc/src
|
subdir = doc/src
|
||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
@ -18,4 +18,5 @@ postgres.tar:
|
|||||||
|
|
||||||
man.tar:
|
man.tar:
|
||||||
$(MAKE) -C sgml man
|
$(MAKE) -C sgml man
|
||||||
|
rm sgml/man$(sqlmansect_dummy)/spi_*
|
||||||
$(TAR) -cf $@ -C sgml man1 man$(sqlmansect_dummy)
|
$(TAR) -cf $@ -C sgml man1 man$(sqlmansect_dummy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user