mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Improve wording.
This commit is contained in:
parent
8b48010288
commit
ee587da6db
@ -1,5 +1,5 @@
|
|||||||
# Postgres documentation makefile
|
# Postgres documentation makefile
|
||||||
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.26 2001/11/23 17:15:30 momjian Exp $
|
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.27 2001/11/23 17:56:13 momjian Exp $
|
||||||
|
|
||||||
subdir = doc/src
|
subdir = doc/src
|
||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
@ -34,7 +34,7 @@ sources.tar:
|
|||||||
|
|
||||||
$(addsuffix .tar, $(BOOKS)):
|
$(addsuffix .tar, $(BOOKS)):
|
||||||
$(MAKE) -C sgml clean
|
$(MAKE) -C sgml clean
|
||||||
# make index entries first
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user