[xml/sgml-commit] r654 - packages/docbook-ebnf/trunk/debian

Daniel Leidert dleidert-guest at alioth.debian.org
Sat Mar 10 17:38:03 CET 2007


Author: dleidert-guest
Date: 2007-03-10 16:38:02 +0000 (Sat, 10 Mar 2007)
New Revision: 654

Modified:
   packages/docbook-ebnf/trunk/debian/rules
Log:
* debian/rules (debian/contrib/catalog.xml): Fixed a bug.


Modified: packages/docbook-ebnf/trunk/debian/rules
===================================================================
--- packages/docbook-ebnf/trunk/debian/rules	2007-03-10 16:28:01 UTC (rev 653)
+++ packages/docbook-ebnf/trunk/debian/rules	2007-03-10 16:38:02 UTC (rev 654)
@@ -25,7 +25,7 @@
 		dbebnfver=`echo $${dbebnf} | sed -e 's/ebnf-//g'` ; \
 		[ -f $${dbebnf}/dbebnf.dtd ] && \
 		    echo "<public publicId=\"-//OASIS//DTD DocBook EBNF Module V$${dbebnfver}//EN\"" >> $@ && \
-		    echo "                 \"$${dbebnfver}/dbebnf.dtd\"" >> $@ ; \
+		    echo "        uri=\"$${dbebnfver}/dbebnf.dtd\"" >> $@ ; \
 	done ; \
 	cat $@.end >> $@
 




More information about the debian-xml-sgml-commit mailing list