build: out-of-tree: fix docs

master
Avi Halachmi (:avih) 2016-10-10 14:54:04 +03:00
parent 61894e17cd
commit 07818ec6a7
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ tcc-doc.html: tcc-doc.texi
-makeinfo --no-split --html --number-sections -o $@ $<
tcc.1: tcc-doc.texi
-./texi2pod.pl $< tcc.pod
-$(TOPSRC)/texi2pod.pl $< tcc.pod
-pod2man --section=1 --center="Tiny C Compiler" --release="$(VERSION)" tcc.pod > $@
tcc-doc.info: tcc-doc.texi