postgresql/doc/src/Makefile

45 lines
965 B
Makefile
Raw Normal View History

1998-03-01 09:16:16 +01:00
# Postgres documentation makefile
2001-11-25 23:17:27 +01:00
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.28 2001/11/25 22:17:27 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
ZIPSUFFIX= gz
1998-03-01 09:16:16 +01:00
BOOKS = admin developer reference programmer tutorial user postgres
1998-03-01 09:16:16 +01:00
TARGETS= $(BOOKS:%=%.tar.$(ZIPSUFFIX))
1998-03-01 09:16:16 +01:00
.PRECIOUS:
.PHONY: install all sources clean distclean
1998-03-01 09:16:16 +01:00
install:
1998-03-01 09:16:16 +01:00
$(MAKE) all
(mv -f *.$(ZIPSUFFIX) ..)
clean:
$(MAKE) -C sgml clean
distclean:
$(MAKE) -C sgml distclean
1998-03-01 09:16:16 +01:00
all: $(TARGETS)
1998-03-01 09:16:16 +01:00
sources:
$(MAKE) sources.tar.$(ZIPSUFFIX)
1998-03-01 09:16:16 +01:00
sources.tar:
$(TAR) -cf $@ sgml graphics
2001-11-25 23:17:27 +01:00
# Build twice to resolve index entries
$(addsuffix .tar, $(BOOKS)):
1998-03-01 09:16:16 +01:00
$(MAKE) -C sgml clean
$(MAKE) -C sgml $(basename $@).html
$(MAKE) -C sgml $(basename $@).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
2001-09-30 21:09:57 +02:00
$(TAR) -cf $@ -C sgml man1 man$(sqlmansect_dummy)