aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2006-10-18 14:18:29 +0000
committerlecoanet2006-10-18 14:18:29 +0000
commit588fcd4e0b2993d09c213662127ce0dabc1a6abd (patch)
tree8058216583fdd46645511ea0a8d2f82a99d7fb76
parent9fbb056349f28f726e2922affaecc760cc9243b8 (diff)
downloadtkzinc-588fcd4e0b2993d09c213662127ce0dabc1a6abd.zip
tkzinc-588fcd4e0b2993d09c213662127ce0dabc1a6abd.tar.gz
tkzinc-588fcd4e0b2993d09c213662127ce0dabc1a6abd.tar.bz2
tkzinc-588fcd4e0b2993d09c213662127ce0dabc1a6abd.tar.xz
Updated the html target
-rw-r--r--Makefile.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 8ff58e3..26bbdec 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -158,13 +158,10 @@ pdf: doc-clean doc/refman.tex
html: doc-clean doc/refman.tex
(cd doc; \
- latex refman.tex; \
- tex '\def\filename{{refman}{idx}{4dx}{ind}}' '\input' idxmake.4ht; \
+ htlatex refman.tex refman; \
+ tex '\def\filename{{refman}{idx}{4dx}{ind}}' '\input' idxmake.4ht; \
makeindex -o refman.ind refman.4dx; \
- latex refman.tex; \
- latex refman.tex; \
- tex4ht refman.tex; \
- t4ht refman.tex)
+ htlatex refman.tex refman)
#
# No stubs and no headers installed right now