From 6d2a898375aed26bcc4376ad1cc2e11cdcc07899 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 30 Oct 2003 12:10:09 +0000 Subject: [PATCH] Dependencies for autogenerated files added. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11327 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/Makefile | 8 ++++---- DOCS/xml/Makefile.inc | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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 \