Mercurial > mplayer.hg
changeset 26460:2ec14bc3a3b3
Move phony target declaration to the bottom of the file; add distclean target.
author | diego |
---|---|
date | Tue, 22 Apr 2008 10:19:30 +0000 |
parents | f6183d22bdb3 |
children | bb4b6e4a082f |
files | DOCS/xml/Makefile.inc |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/Makefile.inc Tue Apr 22 10:14:55 2008 +0000 +++ b/DOCS/xml/Makefile.inc Tue Apr 22 10:19:30 2008 +0000 @@ -30,7 +30,6 @@ HTML_STYLESHEET ?= ../default.css # This is the main target... -.PHONY: all html-chunked html-single xmllint all: html-chunked html-single html-chunked: $(HTMLDIR)/index.html html-single: $(HTMLFILE) @@ -77,3 +76,5 @@ distclean: rm -f main.xml rm -f `find *.xml -type l`; + +.PHONY: all html-chunked html-single xmllint distclean