[MPlayer-DOCS] r26492 - trunk/DOCS/xml/Makefile.inc

diego subversion at mplayerhq.hu
Tue Apr 22 12:19:30 CEST 2008


Author: diego
Date: Tue Apr 22 12:19:30 2008
New Revision: 26492

Log:
Move phony target declaration to the bottom of the file; add distclean target.


Modified:
   trunk/DOCS/xml/Makefile.inc

Modified: trunk/DOCS/xml/Makefile.inc
==============================================================================
--- trunk/DOCS/xml/Makefile.inc	(original)
+++ trunk/DOCS/xml/Makefile.inc	Tue Apr 22 12:19:30 2008
@@ -30,7 +30,6 @@ endif
 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 @@ $(filter-out main.xml, $(patsubst ../en/
 distclean:
 	rm -f main.xml
 	rm -f `find *.xml -type l`;
+
+.PHONY: all html-chunked html-single xmllint distclean



More information about the MPlayer-DOCS mailing list