summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-04 23:27:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-04 23:27:03 +0000
commit2c2cd673c85dd70833efe5aadb0ded74585ab3bb (patch)
treec09ad6922b8bc27ee1c606259c321ac48401d851 /DOCS
parenta1397b3a143b2261fdf324fa24b54fd5ea274e5e (diff)
downloadmpv-2c2cd673c85dd70833efe5aadb0ded74585ab3bb.tar.bz2
mpv-2c2cd673c85dd70833efe5aadb0ded74585ab3bb.tar.xz
Simplify phony target declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28250 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/xml/Makefile b/DOCS/xml/Makefile
index 7e289182e1..4fca0d968a 100644
--- a/DOCS/xml/Makefile
+++ b/DOCS/xml/Makefile
@@ -79,5 +79,4 @@ endef
$(foreach lang, $(DOC_LANG_ALL),$(eval $(call lang-def,$(lang))))
-.PHONY: all help html-chunked* chunked-dir html-single* single-dir xmllint*
-.PHONY: clean-html-chunked clean-html-single releaseclean* distclean* clean*
+.PHONY: all help html-chunked* chunked-dir html-single* single-dir xmllint* *clean*