From 0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db Mon Sep 17 00:00:00 2001 From: Urs Janssen Date: Sun, 17 Feb 2013 00:48:51 +0100 Subject: add version number to manpage avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 $< -- cgit v1.3.1