From: Michael Smith Date: Sat, 25 Mar 2006 22:51:54 +0000 (+0000) Subject: Fixed typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10e29cea184dce81afa1efd11e2a1458acd4b141;p=docbook-dsssl Fixed typo. --- diff --git a/releasetools/Targets.mk b/releasetools/Targets.mk index b87db5f12..0c8b4c6c1 100644 --- a/releasetools/Targets.mk +++ b/releasetools/Targets.mk @@ -47,7 +47,7 @@ LatestTag: # strip it out before using it with any XML processing apps $(CVS2CL) $(CVS2CL_OPTS) --stdout --xml -g -q \ | $(SED) $(SED_OPTS) 's/\x1a//g' \ - | $(XSLTPRC) $(GET_LATEST_TAG) - > $@ + | $(XSLTPROC) $(GET_LATEST_TAG) - > $@ .CatalogManager.properties.example: cp -p $(CATALOGMANAGER) .CatalogManager.properties.example