summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
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
#########################################################################