Commit 8b480102 authored by Bruce Momjian's avatar Bruce Momjian

Document index entries are built first.

parent 191af46a
# Postgres documentation makefile # Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.25 2001/09/30 19:18:29 momjian Exp $ # $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.26 2001/11/23 17:15:30 momjian Exp $
subdir = doc/src subdir = doc/src
top_builddir = ../.. top_builddir = ../..
...@@ -34,6 +34,7 @@ sources.tar: ...@@ -34,6 +34,7 @@ sources.tar:
$(addsuffix .tar, $(BOOKS)): $(addsuffix .tar, $(BOOKS)):
$(MAKE) -C sgml clean $(MAKE) -C sgml clean
# make index entries first
$(MAKE) -C sgml $(basename $@).html $(MAKE) -C sgml $(basename $@).html
$(MAKE) -C sgml $(basename $@).html JADEFLAGS='-V html-manifest' $(MAKE) -C sgml $(basename $@).html JADEFLAGS='-V html-manifest'
cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment