]> granicus.if.org Git - postgresql/blob - doc/src/Makefile
Since doc/src/sgml already builds the HTML docs twice to resolve index
[postgresql] / doc / src / Makefile
1 # Postgres documentation makefile
2 # $PostgreSQL: pgsql/doc/src/Makefile,v 1.35 2008/11/14 10:43:59 petere Exp $
3
4 subdir = doc/src
5 top_builddir = ../..
6 include $(top_builddir)/src/Makefile.global
7
8 clean distclean maintainer-clean:
9         rm -f *.tar *.gz
10         $(MAKE) -C sgml $@
11
12 postgres.tar:
13         $(MAKE) -C sgml html JADEFLAGS='-V html-manifest'
14         cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css
15
16 man.tar:
17         $(MAKE) -C sgml man
18         $(TAR) -cf $@ -C sgml man1 man7