projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3394839
)
Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.)
author
Peter Eisentraut
<peter_e@gmx.net>
Sat, 2 Dec 2006 01:25:50 +0000
(
01:25
+0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sat, 2 Dec 2006 01:25:50 +0000
(
01:25
+0000)
doc/src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/Makefile
b/doc/src/Makefile
index a63fd19490e94031a423065b82a83ca841363ec5..6ce8777d10e5f6136c15457b7ed7d68f2abf49a1 100644
(file)
--- a/
doc/src/Makefile
+++ b/
doc/src/Makefile
@@
-1,5
+1,5
@@
# Postgres documentation makefile
-# $PostgreSQL: pgsql/doc/src/Makefile,v 1.3
2 2003/11/29 19:51:36 pgsql
Exp $
+# $PostgreSQL: pgsql/doc/src/Makefile,v 1.3
3 2006/12/02 01:25:50 petere
Exp $
subdir = doc/src
top_builddir = ../..
@@
-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)