diff --git a/Makefile b/Makefile index 57d9bc4..2bc8075 100644 --- a/Makefile +++ b/Makefile @@ -306,7 +306,7 @@ tcc-doc.html: tcc-doc.texi -makeinfo --no-split --html --number-sections -o $@ $< tcc.1: tcc-doc.texi - -texi2pod.pl $< tcc.pod + -./texi2pod.pl $< tcc.pod -pod2man --section=1 --center="Tiny C Compiler" --release="$(VERSION)" tcc.pod > $@ tcc-doc.info: tcc-doc.texi