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:
parent
98f445f4b5
commit
92aba979b6
1 changed files with 0 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue