Update of /cvsroot/mplayer/main/DOCS/xml In directory mail:/var/tmp.root/cvs-serv13389 Modified Files: Makefile Log Message: Fix two missing slashes. Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/xml/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Makefile 8 Oct 2003 02:00:15 -0000 1.6 +++ Makefile 8 Oct 2003 07:38:52 -0000 1.7 @@ -25,7 +25,7 @@ for dir in $(SUBDIRS); do\ test -f $$dir/Makefile &&\ (test -d $(HTML_TOP)/$$dir || mkdir $(HTML_TOP)/$$dir) &&\ - if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir; then :; else exit 1; fi; + if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir; then :; else exit 1; fi;\ done .PHONY: clean-html @@ -36,7 +36,7 @@ distclean: clean-html for dir in $(SUBDIRS); do\ test -f $$dir/Makefile &&\ - if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir distclean ; then :; else exit 1; fi; + if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir distclean ; then :; else exit 1; fi;\ done -rm -f html.xsl xsltproc.sh xmllint.sh
participants (2)
-
Dmitry Baryshkov CVS -
Gabucino