1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Removed home-grown code for HTML generation. Automake does it for us

now.
This commit is contained in:
Marius Vollmer 2004-06-28 13:25:14 +00:00
parent 98f445f4b5
commit 92aba979b6

View file

@ -56,17 +56,4 @@ autoconf.texi: autoconf-macros.texi
autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
$(preinstguiletool)/snarf-guile-m4-docs $< > $(srcdir)/$@
# Optionally support building an HTML version of the reference manual.
if HTMLDOC
htmldir = $(prefix)/html/guile-$(VERSION)
html_DATA = guile_toc.html $(shell ls guile_*.html 2>/dev/null)
guile_toc.html: guile.texi $(guile_TEXINFOS)
$(TEXI2HTML) -split_chapter $(srcdir)/guile.texi
endif
CLEANFILES = autoconf-macros.texi