aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-05-29 13:14:59 +0200
committerThomas Preud'homme <robotux@celest.fr>2013-05-29 13:16:54 +0200
commitd0c4138ac2abd83096cc5b882aa02939c9bfa91a (patch)
treefdbf5820e421cc5646f537ee2253ed6b1222290c /Makefile
parent47d9f08c6f3706d0766d662bf5a600c43afb68c5 (diff)
downloadtinycc-d0c4138ac2abd83096cc5b882aa02939c9bfa91a.tar.gz
tinycc-d0c4138ac2abd83096cc5b882aa02939c9bfa91a.tar.bz2
Improve texi2html -> makeinfo conversion
Diffstat (limited to 'Makefile')
-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