1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Removed home-grown code for HTML generation.

Automake does it for us now.
(goops_TEXINFOS): Added hierarchy.png
This commit is contained in:
Marius Vollmer 2004-06-28 13:27:28 +00:00
parent e4e4449c63
commit 0f4fb2da85

View 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