mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
Fix building man pages.
The path for texi2pod.pl in the makefile was wrong causing the perl script to not be found.
This commit is contained in:
parent
e03306d170
commit
d25948c5a7
2
Makefile
2
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user