# HG changeset patch # User diego # Date 1067515809 0 # Node ID 23192e33fad5ffbbdf226f47f0bf4efdd36d73f7 # Parent 5349a1ea37abe82682a551348e3af3923db8dfac Dependencies for autogenerated files added. diff -r 5349a1ea37ab -r 23192e33fad5 DOCS/xml/Makefile --- a/DOCS/xml/Makefile Thu Oct 30 02:23:09 2003 +0000 +++ b/DOCS/xml/Makefile Thu Oct 30 12:10:09 2003 +0000 @@ -25,7 +25,7 @@ @echo "distclean : Remove ALL generated files." .PHONY: build-html-chunked -build-html-chunked: xsltproc.sh +build-html-chunked: xsltproc.sh xmllint.sh test -d $(HTML_CHUNKED) || mkdir $(HTML_CHUNKED) for dir in $(SUBDIRS); do\ test -f $$dir/Makefile &&\ @@ -34,7 +34,7 @@ done .PHONY: build-html-single -build-html-single: xsltproc.sh +build-html-single: xsltproc.sh xmllint.sh test -d $(HTML_SINGLE) || mkdir $(HTML_SINGLE) for dir in $(SUBDIRS); do\ test -f $$dir/Makefile &&\ @@ -58,7 +58,7 @@ done -rm -f html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh -xsltproc.sh: configure - ./configure +xsltproc.sh xmllint.sh: + sh configure clean: clean-html-chunked clean-html-single diff -r 5349a1ea37ab -r 23192e33fad5 DOCS/xml/Makefile.inc --- a/DOCS/xml/Makefile.inc Thu Oct 30 02:23:09 2003 +0000 +++ b/DOCS/xml/Makefile.inc Thu Oct 30 12:10:09 2003 +0000 @@ -74,8 +74,8 @@ cp -f $(HTML_STYLESHEET) `dirname $(HTMLFILE)` ../xsltproc.sh $(HTMLFILE) $(HTML_SINGLE_XSL) $< -#../html-single.xsl: -# cd .. && sh configure +../html-chunk.xsl ../html-single.xsl: + cd .. && sh configure distclean: if test "$(USE_SYMLINKS)" = "yes" ; then \