aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b9d787..4a27364 100644
--- a/Makefile
+++ b/Makefile
@@ -315,7 +315,7 @@ endif
# documentation and man page
tcc-doc.html: tcc-doc.texi
- makeinfo --no-split --html -o $@ $<
+ -makeinfo --no-split --html --number-sections -o $@ $<
tcc.1: tcc-doc.texi
-$(top_srcdir)/texi2pod.pl $< tcc.pod