1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 13:30:21 +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 14:41:23 +00:00
parent ad6ecedaa0
commit e0611a1c6f

View file

@ -23,21 +23,8 @@ AUTOMAKE_OPTIONS = gnu
info_TEXINFOS = goops.texi 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 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
CLEANFILES = goops.tmp goops.cps CLEANFILES = goops.tmp goops.cps