mirror of
https://github.com/mpv-player/mpv
synced 2025-02-09 08:27:18 +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\
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user