[MPlayer-DOCS] CVS: main/DOCS/xml Makefile,1.15,1.16

Diego Biurrun CVS diego at mplayerhq.hu
Wed Jan 21 00:31:16 CET 2004


Update of /cvsroot/mplayer/main/DOCS/xml
In directory mail:/tmp/cvs-serv18892

Modified Files:
	Makefile 
Log Message:
Build target names shortened.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile	20 Jan 2004 23:27:24 -0000	1.15
+++ Makefile	20 Jan 2004 23:31:14 -0000	1.16
@@ -10,22 +10,22 @@
 HTML_SINGLE = ../HTML-single
 
 .PHONY: all
-all: build-html-chunked build-html-single
+all: html-chunked html-single
 
 .PHONY: help
 help:
 	@echo "Targets:"
 	@echo "********"
 	@echo "all               : Build everything (default)."
-	@echo "build-html-single : Build HTML documentation (single file)."
-	@echo "build-html-chunked: Build HTML documentation (multiple files)."
+	@echo "html-single       : Build HTML documentation (single file)."
+	@echo "html-chunked      : Build HTML documentation (multiple files)."
 	@echo "clean-html-single : Purge the 'HTML-single' directory."
 	@echo "clean-html-chunked: Purge the 'HTML' directory."
 	@echo "clean             : Purge the 'HTML' and 'HTML-single' directories."
 	@echo "distclean         : Remove ALL generated files."
 
-.PHONY: build-html-chunked
-build-html-chunked: xsltproc.sh xmllint.sh
+.PHONY: html-chunked
+html-chunked: xsltproc.sh xmllint.sh
 	@test -d $(HTML_CHUNKED) || mkdir $(HTML_CHUNKED)
 	@for dir in $(SUBDIRS); do\
 		test -f $$dir/Makefile &&\
@@ -33,8 +33,8 @@
 		if $(MAKE) HTMLDIR=../$(HTML_CHUNKED)/$$dir -C $$dir html-chunked; then :; else exit 1; fi;\
 	done
 
-.PHONY: build-html-single
-build-html-single: xsltproc.sh xmllint.sh
+.PHONY: html-single
+html-single: xsltproc.sh xmllint.sh
 	@test -d $(HTML_SINGLE) || mkdir $(HTML_SINGLE)
 	@for dir in $(SUBDIRS); do\
 		test -f $$dir/Makefile &&\




More information about the MPlayer-DOCS mailing list