mirror of
https://github.com/mpv-player/mpv
synced 2025-02-10 17:07:23 +00:00
Fix two missing slashes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11053 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b24cbcd627
commit
6fd58b1a4a
@ -25,7 +25,7 @@ build-html: xsltproc.sh
|
|||||||
for dir in $(SUBDIRS); do\
|
for dir in $(SUBDIRS); do\
|
||||||
test -f $$dir/Makefile &&\
|
test -f $$dir/Makefile &&\
|
||||||
(test -d $(HTML_TOP)/$$dir || mkdir $(HTML_TOP)/$$dir) &&\
|
(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
|
done
|
||||||
|
|
||||||
.PHONY: clean-html
|
.PHONY: clean-html
|
||||||
@ -36,7 +36,7 @@ clean-html:
|
|||||||
distclean: clean-html
|
distclean: clean-html
|
||||||
for dir in $(SUBDIRS); do\
|
for dir in $(SUBDIRS); do\
|
||||||
test -f $$dir/Makefile &&\
|
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
|
done
|
||||||
-rm -f html.xsl xsltproc.sh xmllint.sh
|
-rm -f html.xsl xsltproc.sh xmllint.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user