Removed home-grown code for HTML generation.
authorMarius Vollmer <mvo@zagadka.de>
Mon, 28 Jun 2004 13:27:28 +0000 (13:27 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 28 Jun 2004 13:27:28 +0000 (13:27 +0000)
Automake does it for us now.
(goops_TEXINFOS): Added hierarchy.png

doc/goops/Makefile.am

index d667b70..fcc9c6a 100644 (file)
@@ -23,19 +23,6 @@ AUTOMAKE_OPTIONS = gnu
 
 info_TEXINFOS = goops.texi
 
-goops_TEXINFOS = goops-tutorial.texi hierarchy.eps hierarchy.txt
+goops_TEXINFOS = goops-tutorial.texi hierarchy.eps hierarchy.png hierarchy.txt
 
 TEXINFO_TEX = ../ref/texinfo.tex
-
-# Optionally support building an HTML version of the manual.
-
-if HTMLDOC
-
-htmldir = $(prefix)/html/guile-$(VERSION)
-
-html_DATA = goops_toc.html $(shell ls goops_*.html 2>/dev/null)
-
-goops_toc.html: goops.texi $(goops_TEXINFOS)
-       $(TEXI2HTML) -split_chapter goops.texi
-
-endif