last-svn-commit-50-g6e6e5b7 Disable the implicit generation of HTML from LaTeX.

* build-aux/tex.mk (.tex.html): Remove this rule, since (TeX4ht) HTML outputs may contain more than one file (e.g., CSS style sheets, images, etc.). (SUFFIXES): Remove .html. --- ChangeLog | 9 +++++++++ build-aux/tex.mk | 5 +---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3d1ecb..a5dbe84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2010-03-15 Roland Levillain <roland@lrde.epita.fr> + Disable the implicit generation of HTML from LaTeX. + + * build-aux/tex.mk (.tex.html): Remove this rule, since (TeX4ht) + HTML outputs may contain more than one file (e.g., CSS style + sheets, images, etc.). + (SUFFIXES): Remove .html. + +2010-03-15 Roland Levillain <roland@lrde.epita.fr> + Have texi2dvi use TeX4ht instead of HeVeA to produce HTML outputs. * build-aux/tex.mk (TEXI2HTML): Add --tex4ht. diff --git a/build-aux/tex.mk b/build-aux/tex.mk index 79b4644..d93110d 100644 --- a/build-aux/tex.mk +++ b/build-aux/tex.mk @@ -30,14 +30,11 @@ TEXI2PDF_FLAGS = $(TEXI2DVI_FLAGS) TEXI2HTML = $(TEXI2DVI) --html --tex4ht TEXI2HTML_FLAGS = $(TEXI2DVI_FLAGS) -SUFFIXES = .tex .pdf .html +SUFFIXES = .tex .pdf .tex.pdf: $(TEXI2PDF) $(TEXI2PDF_FLAGS) -o $@ $< -.tex.html: - $(TEXI2HTML) $(TEXI2HTML_FLAGS) -o $@ $< - tex-mostlyclean: rm -rf tmp.t2d .PHONY: tex-mostlyclean -- 1.5.6.5
participants (1)
-
Roland Levillain