summaryrefslogtreecommitdiff
path: root/doc/src/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut2009-08-09 22:47:59 +0000
committerPeter Eisentraut2009-08-09 22:47:59 +0000
commited9208829afe90738608e3344b7cf0b7b323a371 (patch)
tree7b469df2e88eb0d2466569346a382236428903bf /doc/src/Makefile
parent97e14f6e931d31b6d30a5a30ebbdacdf9109d9ee (diff)
Ship documentation without intermediate tarballs
Documentation files in HTML and man formats are now prepared for distribution using the distprep make target, like everything else. They are placed in doc/src/sgml/html and manX and installed from there by make install, if present. The business with the tarballs in the tarball is gone.
Diffstat (limited to 'doc/src/Makefile')
-rw-r--r--doc/src/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/doc/src/Makefile b/doc/src/Makefile
index 23670764a2d..57da994476c 100644
--- a/doc/src/Makefile
+++ b/doc/src/Makefile
@@ -1,18 +1,8 @@
-# Postgres documentation makefile
-# $PostgreSQL: pgsql/doc/src/Makefile,v 1.36 2009/08/05 19:31:50 alvherre Exp $
+# $PostgreSQL: pgsql/doc/src/Makefile,v 1.37 2009/08/09 22:47:59 petere Exp $
subdir = doc/src
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
-clean distclean maintainer-clean:
- rm -f *.tar *.gz
+all distprep html man install installdirs uninstall clean distclean maintainer-clean:
$(MAKE) -C sgml $@
-
-postgres.tar:
- $(MAKE) -C sgml html JADEFLAGS='-V html-manifest'
- cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css
-
-man.tar:
- $(MAKE) -C sgml man
- $(TAR) -cf $@ -C sgml man1 man3 man7