mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 23:38:10 +00:00
Remove pointless language-specific clean and distclean targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28254 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
099bfa593a
commit
c204a4cd82
@ -23,9 +23,7 @@ help:
|
||||
@echo "clean : Purge the 'HTML' and 'HTML-single' directories."
|
||||
@echo "releaseclean : Remove generated files but keep the HTML."
|
||||
@echo "distclean : Remove ALL generated files."
|
||||
@echo "clean-LANG : Remove HTML files for one language."
|
||||
@echo "releaseclean-LANG : Remove generated files for one language."
|
||||
@echo "distclean-LANG : Remove ALL generated files for one language."
|
||||
@echo "Substitute LANG for one of $(DOC_LANG_ALL)"
|
||||
|
||||
html-chunked: xsltproc.sh xmllint.sh $(HTML_CHUNKED) $(addprefix html-chunked-,$(DOC_LANGS))
|
||||
@ -60,11 +58,6 @@ html-single-$(1): xsltproc.sh xmllint.sh $(HTML_SINGLE)
|
||||
xmllint-$(1): xmllint.sh
|
||||
$(MAKE) HTMLFILE=../$(HTML_SINGLE)/$(1)/MPlayer.html -C $(1) xmllint
|
||||
|
||||
distclean-$(1): clean-$(1) releaseclean-$(1)
|
||||
|
||||
clean-$(1):
|
||||
-rm -rf $(HTML_SINGLE)/$(1) $(HTML_CHUNKED)/$(1)
|
||||
|
||||
releaseclean-$(1):
|
||||
$(MAKE) HTMLDIR=../$(HTML_CHUNKED)/$(1) -C $(1) distclean
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user