mirror of
https://github.com/frida/tinycc
synced 2025-01-12 14:49:18 +03:00
Improve texi2html -> makeinfo conversion
This commit is contained in:
parent
47d9f08c6f
commit
d0c4138ac2
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 New Issue
Block a user