Commit 6840aa36 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix comment

parent b1a40bfe
# Postgres documentation makefile # Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.27 2001/11/23 17:56:13 momjian Exp $ # $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.28 2001/11/25 22:17:27 petere Exp $
subdir = doc/src subdir = doc/src
top_builddir = ../.. top_builddir = ../..
...@@ -32,9 +32,9 @@ sources: ...@@ -32,9 +32,9 @@ sources:
sources.tar: sources.tar:
$(TAR) -cf $@ sgml graphics $(TAR) -cf $@ sgml graphics
# Build twice to resolve index entries
$(addsuffix .tar, $(BOOKS)): $(addsuffix .tar, $(BOOKS)):
$(MAKE) -C sgml clean $(MAKE) -C sgml clean
# build 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