|
1 | 1 | # Postgres documentation makefile |
2 | | -# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.26 2001/11/23 17:15:30 momjian Exp $ |
| 2 | +# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.27 2001/11/23 17:56:13 momjian Exp $ |
3 | 3 |
|
4 | 4 | subdir = doc/src |
5 | 5 | top_builddir = ../.. |
@@ -34,7 +34,7 @@ sources.tar: |
34 | 34 |
|
35 | 35 | $(addsuffix .tar,$(BOOKS)): |
36 | 36 | $(MAKE) -C sgml clean |
37 | | -#make index entries first |
| 37 | +#build index entries first |
38 | 38 | $(MAKE) -C sgml$(basename$@).html |
39 | 39 | $(MAKE) -C sgml$(basename$@).html JADEFLAGS='-V html-manifest' |
40 | 40 | cd sgml&&$(TAR) -cf ../$@`cat HTML.manifest``echo*.gif| grep -v'\*'`*.css |
|