postgresql/doc/src/Makefile

22 lines
565 B
Makefile
Raw Normal View History

1998-03-01 09:16:16 +01:00
# Postgres documentation makefile
# $PostgreSQL: pgsql/doc/src/Makefile,v 1.34 2008/11/14 10:22:45 petere Exp $
1998-03-01 09:16:16 +01:00
subdir = doc/src
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
1998-03-01 09:16:16 +01:00
clean distclean maintainer-clean:
rm -f *.tar *.gz
$(MAKE) -C sgml $@
1998-03-01 09:16:16 +01:00
2001-11-25 23:17:27 +01:00
# Build twice to resolve index entries
postgres.tar:
1998-03-01 09:16:16 +01:00
$(MAKE) -C sgml clean
$(MAKE) -C sgml html
$(MAKE) -C sgml html JADEFLAGS='-V html-manifest'
cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css
1998-03-01 09:16:16 +01:00
man.tar:
$(MAKE) -C sgml man
$(TAR) -cf $@ -C sgml man1 man7