Fix two missing slashes.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11053 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lumag 2003-10-08 07:38:52 +00:00
parent b24cbcd627
commit 6fd58b1a4a
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ build-html: xsltproc.sh
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 @@ clean-html:
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