Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6e82501

Browse files
committed
Since doc/src/sgml already builds the HTML docs twice to resolve index
entries, we don't have to do two builds here as well.
1 parent d129255 commit 6e82501

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/src/Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Postgres documentation makefile
2-
# $PostgreSQL: pgsql/doc/src/Makefile,v 1.34 2008/11/14 10:22:45 petere Exp $
2+
# $PostgreSQL: pgsql/doc/src/Makefile,v 1.35 2008/11/14 10:43:59 petere Exp $
33

44
subdir = doc/src
55
top_builddir = ../..
@@ -9,10 +9,7 @@ clean distclean maintainer-clean:
99
rm -f *.tar *.gz
1010
$(MAKE) -C sgml $@
1111

12-
# Build twice to resolve index entries
1312
postgres.tar:
14-
$(MAKE) -C sgml clean
15-
$(MAKE) -C sgml html
1613
$(MAKE) -C sgml html JADEFLAGS='-V html-manifest'
1714
cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css
1815

0 commit comments

Comments
 (0)