projects
/
gnushogi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4d9929f
)
Generate HTML doc using makeinfo, instead of obsolecent texi2html
author
Yann Dirson
<ydirson@free.fr>
Thu, 5 Dec 2013 20:19:06 +0000 (21:19 +0100)
committer
Yann Dirson
<ydirson@free.fr>
Thu, 5 Dec 2013 20:19:06 +0000 (21:19 +0100)
doc/Makefile.in
patch
|
blob
|
history
diff --git
a/doc/Makefile.in
b/doc/Makefile.in
index
7fd7993
..
03fbc90
100644
(file)
--- a/
doc/Makefile.in
+++ b/
doc/Makefile.in
@@
-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