summaryrefslogtreecommitdiff
path: root/doc/fi
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2008-09-05 21:05:13 -0700
committerDaniel Burrows <dburrows@debian.org>2008-09-05 21:05:13 -0700
commit9d810a195fa93b2dd05543e45802fb1aa58c4625 (patch)
tree3c69ff50d0bf45d83135017fac6035c3d7016617 /doc/fi
parentc8212d593b221db9fc58ce980d071c6f02fd743b (diff)
downloadaptitude-9d810a195fa93b2dd05543e45802fb1aa58c4625.tar.gz
Strip more HTML entities from the output of html2text. (Closes: #496719)
Diffstat (limited to 'doc/fi')
-rw-r--r--doc/fi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fi/Makefile.am b/doc/fi/Makefile.am
index 55f0e032..97ee0b8e 100644
--- a/doc/fi/Makefile.am
+++ b/doc/fi/Makefile.am
@@ -44,7 +44,7 @@ $(MANPAGE): aptitude.xml manpage.xml $(srcdir)/../aptitude-man.xsl
$(README): aptitude.xml manpage.xml $(srcdir)/../aptitude-txt.xsl $(srcdir)/../aptitude-common.xsl $(srcdir)/../aptitude-txt.style
-rm -fr output-txt/
xsltproc -o output-txt/index.html $(srcdir)/../aptitude-txt.xsl $(srcdir)/aptitude.xml
- html2text -width 80 -ascii -nobs -rcfile $(srcdir)/../aptitude-txt.style output-txt/index.html | sed 's/&#8220;/"/g;s/&#8221;/"/g;s/&#8212;/--/g;s/&#381;/Zh/g;s/&#353;/sh/g' > $(README)
+ html2text -width 80 -ascii -nobs -rcfile $(srcdir)/../aptitude-txt.style output-txt/index.html | $(srcdir)/../fixup-text > $(README)
doc-css-stamp: doc-html-stamp $(srcdir)/../aptitude.css
rm -f output-html/aptitude.css