Gentoo Archives: gentoo-pms

From: David Leverton <levertond@××××××××××.com>
To: gentoo-pms@l.g.o
Cc: David Leverton <levertond@××××××××××.com>
Subject: [gentoo-pms] [PATCH] Work with latest tex4ht
Date: Sat, 24 Apr 2010 17:49:21
Message-Id: 1272131334-2397-1-git-send-email-levertond@googlemail.com
1 The scripts for specific output formats are no longer installed to
2 /usr/bin with the latest ebuild.
3 ---
4 Makefile | 4 ++--
5 1 files changed, 2 insertions(+), 2 deletions(-)
6
7 diff --git a/Makefile b/Makefile
8 index a9f1108..f9c3559 100644
9 --- a/Makefile
10 +++ b/Makefile
11 @@ -17,8 +17,8 @@ pms.pdf: $(SOURCEFILES) pms.bbl vc.tex eapi-cheatsheet.pdf
12
13 pms.html: $(SOURCEFILES) pms.bbl
14 @# need to do it twice to make the big env var table work
15 - xhlatex pms
16 - xhlatex pms
17 + mk4ht xhlatex pms
18 + mk4ht xhlatex pms
19 @# work around irregularity in how links to longtables are
20 @# formatted in the List of Tables
21 LC_ALL=C sed -i -e '/<span class="lotToc" >&#x00A0;/{N;N;s/\(&#x00A0;<a \nhref="[^"]\+">\)\([0-9A-Z.]\+\)[ \n]/\2\1/}' pms.html
22 --
23 1.6.4.4

Replies

Subject Author
Re: [gentoo-pms] [PATCH] Work with latest tex4ht Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>