docs-common Makefile.common,1.137,1.138

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Aug 14 13:29:41 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5312

Modified Files:
	Makefile.common 
Log Message:
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.


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- Makefile.common	5 Aug 2006 23:48:32 -0000	1.137
+++ Makefile.common	14 Aug 2006 13:29:38 -0000	1.138
@@ -788,23 +788,27 @@
 #########################################################################
 # 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




More information about the Fedora-docs-commits mailing list