docs-common Makefile.common,1.135,1.136

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Aug 5 23:46:12 UTC 2006


Author: pfrields

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

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



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- Makefile.common	5 Aug 2006 13:14:28 -0000	1.135
+++ Makefile.common	5 Aug 2006 23:46:09 -0000	1.136
@@ -1,4 +1,4 @@
-#########################################################################
+o#########################################################################
 # Makefile.common
 #
 # This file, to be included from every document's local Makefile, provides
@@ -788,9 +788,9 @@
 #########################################################################
 # 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 @@
 #########################################################################
 # 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'




More information about the Fedora-docs-commits mailing list