summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-08-05 23:46:09 +0000
committerPaul W. Frields <stickster@gmail.com>2006-08-05 23:46:09 +0000
commit9731fedca86aa58ff6e922574d4bcc64d07c6863 (patch)
treeaa2d08d8c0aeafdba7700da03e73d8d446276d1a /Makefile.common
parentdc68e9a0623c9a04c7d0ce8714c05ab4d5954169 (diff)
downloadfedora-doc-utils-9731fedca86aa58ff6e922574d4bcc64d07c6863.tar.gz
fedora-doc-utils-9731fedca86aa58ff6e922574d4bcc64d07c6863.tar.xz
fedora-doc-utils-9731fedca86aa58ff6e922574d4bcc64d07c6863.zip
clog and colophon targets need to point to the right place for
${RPMINFO}. These are still pretty useful so we'll let them hang around a while.
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'