summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-01-15 23:25:31 +0000
committerPaul W. Frields <stickster@gmail.com>2006-01-15 23:25:31 +0000
commit46c2171e2619ccf61f9170fc827fb8c497a9dc44 (patch)
treec5e31d8fecdb53d0fa214fba497241fa4faa5fa6 /Makefile.common
parent6222553af58a4f47f3000fb1564322d2f3a251fd (diff)
downloadfedora-doc-utils-46c2171e2619ccf61f9170fc827fb8c497a9dc44.tar.gz
fedora-doc-utils-46c2171e2619ccf61f9170fc827fb8c497a9dc44.tar.xz
fedora-doc-utils-46c2171e2619ccf61f9170fc827fb8c497a9dc44.zip
Add function to insert colophon entry
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 3c39e06..71748d2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -220,5 +220,14 @@ clog:: $(RPMINFO)
#
#########################################################################
+# 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
#########################################################################