The code to unlink dropped relations in FinishPreparedTransaction() was
[PostgreSQL.git] / doc / src / Makefile
blob2e833ed98449fb4dd5ad0514b7dab028c860610a
1 # Postgres documentation makefile
2 # $PostgreSQL$
4 subdir = doc/src
5 top_builddir = ../..
6 include $(top_builddir)/src/Makefile.global
8 clean distclean maintainer-clean:
9 rm -f *.tar *.gz
10 $(MAKE) -C sgml $@
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
16 man.tar:
17 $(MAKE) -C sgml man
18 $(TAR) -cf $@ -C sgml man1 man7