diff --git a/DOCS/xml/Makefile b/DOCS/xml/Makefile index 9ed90c4080..d58081a82c 100644 --- a/DOCS/xml/Makefile +++ b/DOCS/xml/Makefile @@ -25,7 +25,7 @@ help: @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 @@ build-html-chunked: xsltproc.sh 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 @@ distclean: clean-html-chunked clean-html-single 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 --git a/DOCS/xml/Makefile.inc b/DOCS/xml/Makefile.inc index 8d767df254..34f5e5eb43 100644 --- a/DOCS/xml/Makefile.inc +++ b/DOCS/xml/Makefile.inc @@ -74,8 +74,8 @@ $(HTMLFILE): documentation.xml $(XSL_DEPS) 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 \