1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Removed home-grown code for HTML generation. Automake does it for us

now.
This commit is contained in:
Marius Vollmer 2004-06-28 13:19:26 +00:00
parent 9fcf3cbb81
commit 10ba5148c7

View file

@ -24,16 +24,3 @@ AUTOMAKE_OPTIONS = gnu
info_TEXINFOS = guile-tut.texi
TEXINFO_TEX = ../ref/texinfo.tex
# Optionally support building an HTML version of the reference manual.
if HTMLDOC
htmldir = $(prefix)/html/guile-$(VERSION)
html_DATA = guile-tut_toc.html $(shell ls guile-tut_*.html 2>/dev/null)
guile-tut_toc.html: guile-tut.texi
$(TEXI2HTML) -split_chapter guile-tut.texi
endif