From: John Darrington Date: Sun, 18 Dec 2011 17:44:35 +0000 (+0100) Subject: doc/automake.mk: Added eacute to the list of docbook entities which need to be mutated X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=41b3a284bf8d4e10fcdef846154ddf27835b82bd doc/automake.mk: Added eacute to the list of docbook entities which need to be mutated --- diff --git a/doc/automake.mk b/doc/automake.mk index d3c91a2641..fe8abd764f 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -63,6 +63,7 @@ $(srcdir)/doc/pspp.xml: doc/pspp.texinfo $(doc_pspp_TEXINFOS) -e 's/’/\’/g' \ -e 's/—/\—/g' \ -e 's/–/\′/g' \ + -e 's/é/\é/g' \ -e 's/©/\©/g' \ -e 's/−/\−/g' \ -e 's/…/\…/g' \