diff options
author | 2010-04-24 18:48:54 +0100 | |
---|---|---|
committer | 2010-05-12 08:46:27 +0100 | |
commit | c657bfdec2cb7d0765ddcdd17a5d058cc897ce0a (patch) | |
tree | 016d7267587859d5392742d8d349de73b239b710 /Makefile | |
parent | Clarify wording about line wrapping in quoted strings. (diff) | |
download | pms-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" > /{N;N;s/\( <a \nhref="[^"]\+">\)\([0-9A-Z.]\+\)[ \n]/\2\1/}' pms.html |