[xml/sgml-commit] r657 - packages/docbook-ebnf/trunk/debian
Daniel Leidert
dleidert-guest at alioth.debian.org
Sat Mar 10 17:44:04 CET 2007
Author: dleidert-guest
Date: 2007-03-10 16:44:04 +0000 (Sat, 10 Mar 2007)
New Revision: 657
Modified:
packages/docbook-ebnf/trunk/debian/rules
Log:
* debian/rules (debian/contrib/catalog.xml): Fixed the rest of the stupid bug.
Diese und die folgenden Zeilen werden ignoriert --
M trunk/debian/rules
Modified: packages/docbook-ebnf/trunk/debian/rules
===================================================================
--- packages/docbook-ebnf/trunk/debian/rules 2007-03-10 16:39:17 UTC (rev 656)
+++ packages/docbook-ebnf/trunk/debian/rules 2007-03-10 16:44:04 UTC (rev 657)
@@ -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 " uri=\"$${dbebnfver}/dbebnf.dtd\"" >> $@ ; \
+ echo " uri=\"$${dbebnfver}/dbebnf.dtd\"/>" >> $@ ; \
done ; \
cat $@.end >> $@
More information about the debian-xml-sgml-commit
mailing list