docs-common Makefile.common,1.29,1.30

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Jan 15 23:25:44 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28252/docs-common

Modified Files:
	Makefile.common 
Log Message:
Add function to insert colophon entry


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Makefile.common	15 Jan 2006 22:47:52 -0000	1.29
+++ Makefile.common	15 Jan 2006 23:25:37 -0000	1.30
@@ -220,5 +220,14 @@
 
 #
 #########################################################################
+# Make a new colophon entry for an existing rpm-info.xml file.
+
+colophon:: $(RPMINFO)
+	@XMLFORMAT="$(XMLFORMAT)" XSLTPROC="$(XSLTPROC)" \
+		${FDPBIN}/insert-colophon $(RPMINFO).worker
+	mv -b $(RPMINFO).worker $(RPMINFO)
+
+#
+#########################################################################
 # End of Makefile.common
 #########################################################################




More information about the Fedora-docs-commits mailing list