Generate HTML doc using makeinfo, instead of obsolecent texi2html
authorYann Dirson <ydirson@free.fr>
Thu, 5 Dec 2013 20:19:06 +0000 (21:19 +0100)
committerYann Dirson <ydirson@free.fr>
Thu, 5 Dec 2013 20:19:06 +0000 (21:19 +0100)
doc/Makefile.in

index 7fd7993..03fbc90 100644 (file)
@@ -18,7 +18,7 @@ pdf:
 # texi2html.
 
 html:
-       texi2html -split_node $(SRCDIR)/gnushogi.texinfo
+       makeinfo --html --split=section $(SRCDIR)/gnushogi.texinfo
 
 ps: dvi
        dvips -t letter gnushogi.dvi -o gnushogi.ps