summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.common b/Makefile.common
index 100ad74..6446fef 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -1,4 +1,4 @@
-#########################################################################
+o#########################################################################
# Makefile.common
#
# This file, to be included from every document's local Makefile, provides
@@ -788,9 +788,9 @@ help::
#########################################################################
# Make a new changelog entry for an existing rpm-info.xml file.
-clog:: $(RPMINFO)
+clog:: ${PRI_LANG}/$(RPMINFO)
insert-changelog $(RPMINFO).tmp && \
- move-if-change $(RPMINFO).tmp $(RPMINFO)
+ move-if-change $(RPMINFO).tmp ${PRI_LANG}/$(RPMINFO)
help::
@printf ${TFMT} 'clog' 'Adds changelog entry to rpm-info.xml file'
@@ -799,9 +799,9 @@ help::
#########################################################################
# Make a new colophon entry for an existing rpm-info.xml file.
-colophon:: $(RPMINFO)
- insert-colophon $(RPMINFO).tmp && \
- move-if-change $(RPMINFO).tmp $(RPMINFO)
+colophon:: ${PRI_LANG}/${RPMINFO}
+ insert-colophon ${RPMINFO}.tmp && \
+ move-if-change ${RPMINFO}.tmp ${PRI_LANG}/${RPMINFO}
help::
@printf ${TFMT} 'colophon' 'Adds colophon entry to rpm-info.xml file'