summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-08-14 13:29:38 +0000
committerPaul W. Frields <stickster@gmail.com>2006-08-14 13:29:38 +0000
commita8d300ad21fe5a13cf77391e8af7cd5052f7439f (patch)
treee33498be058fd62e09c274b35de9d7437eb42f3f /Makefile.common
parent243be899668227830caebd2782a4715b9be03b70 (diff)
downloadfedora-doc-utils-a8d300ad21fe5a13cf77391e8af7cd5052f7439f.tar.gz
fedora-doc-utils-a8d300ad21fe5a13cf77391e8af7cd5052f7439f.tar.xz
fedora-doc-utils-a8d300ad21fe5a13cf77391e8af7cd5052f7439f.zip
Remove clog and colophon targets from service because we cannot guarantee they will write a correct relative location in the rpm-info.xml file's DTD declaration.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common28
1 files changed, 16 insertions, 12 deletions
diff --git a/Makefile.common b/Makefile.common
index b3ff03c..6b689b0 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -788,23 +788,27 @@ help::
#########################################################################
# Make a new changelog entry for an existing rpm-info.xml file.
-clog:: ${PRI_LANG}/$(RPMINFO)
- insert-changelog $(RPMINFO).tmp && \
- move-if-change $(RPMINFO).tmp ${PRI_LANG}/$(RPMINFO)
-
-help::
- @printf ${TFMT} 'clog' 'Adds changelog entry to rpm-info.xml file'
+# We cannot guarantee a correct relative location in <xsl:output>, so
+# this target needs to be dropped.
+#clog:: ${PRI_LANG}/$(RPMINFO)
+# insert-changelog $(RPMINFO).tmp && \
+# move-if-change $(RPMINFO).tmp ${PRI_LANG}/$(RPMINFO)
+#
+#help::
+# @printf ${TFMT} 'clog' 'Adds changelog entry to rpm-info.xml file'
#
#########################################################################
# Make a new colophon entry for an existing rpm-info.xml file.
-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'
+# We cannot guarantee a correct relative location in <xsl:output>, so
+# this target needs to be dropped.
+# 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'
#########################################################################
.PHONY: ${DOCBASE}-${1}-distclean