diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-01-04 23:27:03 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-01-04 23:27:03 +0000 |
commit | 2c2cd673c85dd70833efe5aadb0ded74585ab3bb (patch) | |
tree | c09ad6922b8bc27ee1c606259c321ac48401d851 /DOCS/xml | |
parent | a1397b3a143b2261fdf324fa24b54fd5ea274e5e (diff) |
Simplify phony target declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28250 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/Makefile | 3 |
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* |