[MPlayer-DOCS] CVS: main/DOCS/xml Makefile,1.12,1.13 Makefile.inc,1.8,1.9

Diego Biurrun CVS diego at mplayerhq.hu
Thu Oct 30 13:10:12 CET 2003


Update of /cvsroot/mplayer/main/DOCS/xml
In directory mail:/var/tmp.root/cvs-serv14883

Modified Files:
	Makefile Makefile.inc 
Log Message:
Dependencies for autogenerated files added.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile	21 Oct 2003 11:07:02 -0000	1.12
+++ Makefile	30 Oct 2003 12:10:09 -0000	1.13
@@ -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

Index: Makefile.inc
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/Makefile.inc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.inc	29 Oct 2003 00:19:18 -0000	1.8
+++ Makefile.inc	30 Oct 2003 12:10:09 -0000	1.9
@@ -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 \



More information about the MPlayer-DOCS mailing list