Commit b48cf92f by Mike Stump

Unify html generation with other frontends.

From-SVN: r90589
parent 61a5fa29
......@@ -156,7 +156,7 @@ TEXI_TREELANG_FILES = treelang/treelang.texi \
$(docdir)/include/funding.texi
doc/treelang.info: $(TEXI_TREELANG_FILES)
$(MAKEINFO) $(MAKEINFOFLAGS) -I$(docdir)/include -o $@ $<
$(MAKEINFO) $(MAKEINFOFLAGS) -I $(docdir)/include -o $@ $<
doc/treelang.dvi: $(TEXI_TREELANG_FILES)
$(TEXI2DVI) -I $(abs_docdir)/include -o $@ $<
......@@ -166,9 +166,7 @@ html:: $(htmldir)/treelang/index.html
$(htmldir)/treelang/index.html: $(TEXI_TREELANG_FILES)
$(mkinstalldirs) $(@D)
rm -f $(@D)/*
$(TEXI2HTML) -I$(docdir)/include -I$(srcdir)/treelang \
--verbose --number-sections \
-o $(@D) $<
$(TEXI2HTML) -I $(docdir)/include -I $(srcdir)/treelang -o $(@D) $<
#
# Install hooks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment