changeset 11326:23192e33fad5

Dependencies for autogenerated files added.
author diego
date Thu, 30 Oct 2003 12:10:09 +0000
parents 5349a1ea37ab
children dc88c1c943a7
files DOCS/xml/Makefile DOCS/xml/Makefile.inc
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 \