aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2016-10-10 14:54:04 +0300
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2016-10-10 14:54:04 +0300
commit07818ec6a7eb34427bad6ac8fb4cd9e9831118bf (patch)
tree1e3758f4df3ab8c9ebe4edb1025329ca91d3dd15
parent61894e17cdbe6d0828c9bd94bad9b1b2d721311a (diff)
downloadtinycc-07818ec6a7eb34427bad6ac8fb4cd9e9831118bf.tar.gz
tinycc-07818ec6a7eb34427bad6ac8fb4cd9e9831118bf.tar.bz2
build: out-of-tree: fix docs
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59df005..6db5395 100644
--- a/Makefile
+++ b/Makefile
@@ -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