Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
5d5c643d
Commit
5d5c643d
authored
Mar 30, 2010
by
Roland Levillain
Browse files
Revert to HeVeA to generate HTML from LaTeX.
* build-aux/tex.mk (TEXI2HTML): Disable flag `--tex4ht'.
parent
b59137ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5d5c643d
2010-03-30 Roland Levillain <roland@lrde.epita.fr>
Revert to HeVeA to generate HTML from LaTeX.
* build-aux/tex.mk (TEXI2HTML): Disable flag `--tex4ht'.
2010-03-23 Roland Levillain <roland@lrde.epita.fr>
* Makefile.am (LOCAL_RECURSIVE_TARGETS): Remove doc.
...
...
build-aux/tex.mk
View file @
5d5c643d
...
...
@@ -27,7 +27,11 @@ TEXI2DVI_FLAGS = --tidy --build-dir=tmp.t2d --batch
TEXI2PDF
=
$(TEXI2DVI)
--pdf
TEXI2PDF_FLAGS
=
$(TEXI2DVI_FLAGS)
TEXI2HTML
=
$(TEXI2DVI)
--html
--tex4ht
# FIXME: Switch back to HeVeA, since we currently rely on its outputs
# to produce intermediate products later read by Doxygen. When these
# intermediate files are produced directly (from LaTeX sources),
# switch again to TeX4ht.
TEXI2HTML
=
$(TEXI2DVI)
--html
# --tex4ht
TEXI2HTML_FLAGS
=
$(TEXI2DVI_FLAGS)
SUFFIXES
=
.tex .pdf
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment