From 0f4fb2da857c5e52d1136bf1b722a446b4b611c5 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 28 Jun 2004 13:27:28 +0000 Subject: [PATCH] Removed home-grown code for HTML generation. Automake does it for us now. (goops_TEXINFOS): Added hierarchy.png --- doc/goops/Makefile.am | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/doc/goops/Makefile.am b/doc/goops/Makefile.am index d667b70e6..fcc9c6ae6 100644 --- a/doc/goops/Makefile.am +++ b/doc/goops/Makefile.am @@ -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