Improve texi2html -> makeinfo conversion
This commit is contained in:
parent
47d9f08c6f
commit
d0c4138ac2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -315,7 +315,7 @@ endif
|
||||||
|
|
||||||
# documentation and man page
|
# documentation and man page
|
||||||
tcc-doc.html: tcc-doc.texi
|
tcc-doc.html: tcc-doc.texi
|
||||||
makeinfo --no-split --html -o $@ $<
|
-makeinfo --no-split --html --number-sections -o $@ $<
|
||||||
|
|
||||||
tcc.1: tcc-doc.texi
|
tcc.1: tcc-doc.texi
|
||||||
-$(top_srcdir)/texi2pod.pl $< tcc.pod
|
-$(top_srcdir)/texi2pod.pl $< tcc.pod
|
||||||
|
|
Loading…
Reference in a new issue