doc/automake.mk: Added eacute to the list of docbook entities which need to be mutated
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 18 Dec 2011 17:44:35 +0000 (18:44 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 18 Dec 2011 17:44:35 +0000 (18:44 +0100)
doc/automake.mk

index d3c91a26417e712e00c5522f62113212e82d929d..fe8abd764f9b370ccec9861e49d7ce9d3e31b666 100644 (file)
@@ -63,6 +63,7 @@ $(srcdir)/doc/pspp.xml: doc/pspp.texinfo $(doc_pspp_TEXINFOS)
                -e 's/&rsquo;/\&#8217;/g' \
                -e 's/&mdash;/\&#8212;/g' \
                -e 's/&ndash;/\&#8242;/g' \
+                -e 's/&eacute;/\&#0233;/g' \
                -e 's/&copy;/\&#0169;/g' \
                -e 's/&minus;/\&#8722;/g' \
                -e 's/&hellip;/\&#8230;/g' \