mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +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:
parent
e4e4449c63
commit
0f4fb2da85
1 changed files with 1 additions and 14 deletions
|
@ -23,19 +23,6 @@ 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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue