Dependencies for autogenerated files added.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11327 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-10-30 12:10:09 +00:00
parent ee80a9ea71
commit 6d2a898375
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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 \