aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 705b585..4cb13c5 100644
--- a/Makefile
+++ b/Makefile
@@ -300,11 +300,11 @@ endif
# documentation and man page
tcc-doc.html: tcc-doc.texi
- -texi2html -monolithic -number $<
+ -texi2html -monolithic -number-sections $<
tcc.1: tcc-doc.texi
-$(top_srcdir)/texi2pod.pl $< tcc.pod
- -pod2man --section=1 --center=" " --release=" " tcc.pod > $@
+ -pod2man --section=1 --center="Tiny C Compiler" --release=`cat $(top_srcdir)/VERSION` tcc.pod > $@
tcc-doc.info: tcc-doc.texi
-makeinfo $<