Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-pms
The scripts for specific output formats are no longer installed to
/usr/bin with the latest ebuild.
---
Makefile | 4 ++--
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" > /{N;N;s/\( <a \nhref="[^"]\+">\)\([0-9A-Z.]\+\)[ \n]/\2\1/}' pms.html
--
1.6.4.4
|
|