summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-01-16 20:05:43 +0000
committerPaul W. Frields <stickster@gmail.com>2006-01-16 20:05:43 +0000
commite6bd6cf53844616844d5ae06c1d617f6b5e55c21 (patch)
tree02f2d4e9802af1e5a0ae60d6eecca444c848e61a /Makefile.common
parentd96dd8db94aa0ab2a48e569cf57245b90909f1d2 (diff)
downloadfedora-doc-utils-e6bd6cf53844616844d5ae06c1d617f6b5e55c21.tar.gz
fedora-doc-utils-e6bd6cf53844616844d5ae06c1d617f6b5e55c21.tar.xz
fedora-doc-utils-e6bd6cf53844616844d5ae06c1d617f6b5e55c21.zip
Use new fdpsh, 'cause it's kewl
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index 71748d2..e5993d3 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -214,8 +214,7 @@ fdp-info:: $(foreach LANG,${LANGUAGES},fdp-info-$(LANG).xml)
# 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 @@ clog:: $(RPMINFO)
# 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)
#