From 10ba5148c72ebd7b76fe02428d4b57394b08cfea Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 28 Jun 2004 13:19:26 +0000 Subject: Removed home-grown code for HTML generation. Automake does it for us now. --- doc/tutorial/Makefile.am | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'doc/tutorial') diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index 4f9a6658f..a1509d096 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -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 -- cgit v1.2.3