summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Leverton <levertond@googlemail.com>2010-04-24 18:48:54 +0100
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2010-05-12 08:46:27 +0100
commitc657bfdec2cb7d0765ddcdd17a5d058cc897ce0a (patch)
tree016d7267587859d5392742d8d349de73b239b710 /Makefile
parentClarify wording about line wrapping in quoted strings. (diff)
downloadpms-c657bfdec2cb7d0765ddcdd17a5d058cc897ce0a.tar.gz
pms-c657bfdec2cb7d0765ddcdd17a5d058cc897ce0a.tar.bz2
pms-c657bfdec2cb7d0765ddcdd17a5d058cc897ce0a.zip
Work with latest tex4ht
The scripts for specific output formats are no longer installed to /usr/bin with the latest ebuild.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a9f1108..f9c3559 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@ pms.pdf: $(SOURCEFILES) pms.bbl vc.tex eapi-cheatsheet.pdf
pms.html: $(SOURCEFILES) pms.bbl
@# need to do it twice to make the big env var table work
- xhlatex pms
- xhlatex pms
+ mk4ht xhlatex pms
+ mk4ht xhlatex pms
@# work around irregularity in how links to longtables are
@# formatted in the List of Tables
LC_ALL=C sed -i -e '/<span class="lotToc" >&#x00A0;/{N;N;s/\(&#x00A0;<a \nhref="[^"]\+">\)\([0-9A-Z.]\+\)[ \n]/\2\1/}' pms.html