example-tutorial Makefile,1.30,1.31

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Feb 17 23:20:37 UTC 2006


Author: pfrields

Update of /cvs/docs/example-tutorial
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26463/example-tutorial

Modified Files:
	Makefile 
Log Message:
This is still a nice piece of advice for non-Makefile experts


Index: Makefile
===================================================================
RCS file: /cvs/docs/example-tutorial/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Makefile	13 Feb 2006 16:15:10 -0000	1.30
+++ Makefile	17 Feb 2006 23:20:30 -0000	1.31
@@ -33,3 +33,11 @@
 ########################################################################
 include ../docs-common/Makefile.common
 ########################################################################
+# If you want to add additional steps to any of the 
+# targets defined in "Makefile.common", be sure to use
+# a double-colon in your rule here.  For example, to 
+# print the message "FINISHED AT LAST" after building 
+# the HTML document version, uncomment the following 
+# line:
+#${DOCNAME}/index.html::
+#	echo FINISHED AT LAST




More information about the Fedora-docs-commits mailing list