[med-svn] r1281 - trunk/community/infrastructure/scripts
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sun Feb 3 16:45:09 UTC 2008
Author: hanska-guest
Date: 2008-02-03 16:45:09 +0000 (Sun, 03 Feb 2008)
New Revision: 1281
Modified:
trunk/community/infrastructure/scripts/make-policy
Log:
Fixing make-policy: wrong XSL and redirecting errors to /dev/null
Modified: trunk/community/infrastructure/scripts/make-policy
===================================================================
--- trunk/community/infrastructure/scripts/make-policy 2008-02-03 16:44:43 UTC (rev 1280)
+++ trunk/community/infrastructure/scripts/make-policy 2008-02-03 16:45:09 UTC (rev 1281)
@@ -11,5 +11,5 @@
-e "s/@AUTHOR@/$AUTH/g" -i $DOCS/policy.xml
xsltproc --output $DOCS/policy.html \
-/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbookng.xsl \
-$DOCS/policy.xml
+/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl \
+$DOCS/policy.xml 2>/dev/null
More information about the debian-med-commit
mailing list