[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile.common,1.29,1.30
- From: "Paul W. Frields" (pfrields) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile.common,1.29,1.30
- Date: Sun, 15 Jan 2006 18:25:44 -0500
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
#########################################################################
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]