[docs] xmldocs - docelic modified Makefile

docs at icdevgroup.org docs at icdevgroup.org
Thu Sep 30 12:40:28 EDT 2004


User:      docelic
Date:      2004-09-30 16:40:28 GMT
Modified:  .        Makefile
Log:
- Did s/U/C/ on echo()s where the command unconditionally creates the
  output file anew.
- Minor style fixes

It is possible to test the system by typing 'make'.

You can also build documents with: make OUTPUT/X.html OUTPUT/X

Revision  Changes    Path
1.22      +6 -5      xmldocs/Makefile


rev 1.22, prev_rev 1.21
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Makefile	30 Sep 2004 10:49:05 -0000	1.21
+++ Makefile	30 Sep 2004 16:40:28 -0000	1.22
@@ -1,4 +1,4 @@
-
+#
 # ICDEVGROUP Documentation Makefile
 # http://www.icdevgroup.org
 # http://www.icdevgroup.org/cgi-bin/cvsweb/xmldocs
@@ -28,6 +28,7 @@
 .PHONY: refxmls
 .PHONY: cache caches clean-cache up-all up-%
 
+
 #############################################################
 # Complete build
 all: skel refxmls howtos/howtos.xml glossary/glossary.xml
@@ -67,7 +68,7 @@
 	echo "U     $O/"
 	mkdir -p $O
 $O/files: $O $(shell find files)
-	echo "U     $@/"
+	echo "C     $@/"
 	rm -rf $@/
 	cp -a files $O/
 	#rm -rf `find $@ -name CVS`
@@ -83,12 +84,12 @@
 	  ; fi                                                    \
 	; done
 $O/images: $(shell find images)
-	echo "U     $@/"
+	echo "C     $@/"
 	rm -rf $@/
 	cp -a images $O/
 	#rm -rf `find $@ -name CVS`
 $O/xmldocs.css: docbook/xmldocs.css $O
-	echo "U     $@"
+	echo "C     $@"
 	cp $< $@
 
 
@@ -122,7 +123,7 @@
 # Cache files
 cache caches: $(foreach icver,$(IC_VERSIONS),cache/$(icver)/.cache.bin) $T
 cache/%/.cache.bin: sources/%
-	echo "U     $@"
+	echo "C     $@"
 	bin/stattree $<
 
 








More information about the docs mailing list