docs-common Makefile.common,1.30,1.31

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Jan 16 20:06:12 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Use new fdpsh, 'cause it's kewl


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Makefile.common	15 Jan 2006 23:25:37 -0000	1.30
+++ Makefile.common	16 Jan 2006 20:05:43 -0000	1.31
@@ -214,8 +214,7 @@
 # Make a new changelog entry for an existing rpm-info.xml file.
 
 clog:: $(RPMINFO)
-	@XMLFORMAT="$(XMLFORMAT)" XSLTPROC="$(XSLTPROC)" \
-		${FDPBIN}/insert-changelog $(RPMINFO).clog
+	@${FDPBIN}/fdpsh -c insert-changelog $(RPMINFO).clog
 	mv -b $(RPMINFO).clog $(RPMINFO)
 
 #
@@ -223,8 +222,7 @@
 # Make a new colophon entry for an existing rpm-info.xml file.
 
 colophon:: $(RPMINFO)
-	@XMLFORMAT="$(XMLFORMAT)" XSLTPROC="$(XSLTPROC)" \
-		${FDPBIN}/insert-colophon $(RPMINFO).worker
+	@${FDPBIN}/fdpsh -c insert-colophon $(RPMINFO).worker
 	mv -b $(RPMINFO).worker $(RPMINFO)
 
 #




More information about the Fedora-docs-commits mailing list