diff options
| author | Daniel Burrows <dburrows@debian.org> | 2008-09-05 21:05:13 -0700 |
|---|---|---|
| committer | Daniel Burrows <dburrows@debian.org> | 2008-09-05 21:05:13 -0700 |
| commit | 9d810a195fa93b2dd05543e45802fb1aa58c4625 (patch) | |
| tree | 3c69ff50d0bf45d83135017fac6035c3d7016617 /doc/fi | |
| parent | c8212d593b221db9fc58ce980d071c6f02fd743b (diff) | |
| download | aptitude-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.am | 2 |
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/“/"/g;s/”/"/g;s/—/--/g;s/Ž/Zh/g;s/š/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 |
