blob: c66d258cc099c46f7372e2012aa1a28049d438ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2016-05-11 00:45:55 UTC
+++ Makefile
@@ -300,7 +300,7 @@ endif
# documentation and man page
tcc-doc.html: tcc-doc.texi
- -texi2html -monolithic -number $<
+ -makeinfo --no-split --html --number-sections -o $@ $<
tcc.1: tcc-doc.texi
-$(top_srcdir)/texi2pod.pl $< tcc.pod
|