diff options
| author | gus knight <waddlesplash@gmail.com> | 2015-07-29 09:55:23 -0400 |
|---|---|---|
| committer | gus knight <waddlesplash@gmail.com> | 2015-07-29 09:59:17 -0400 |
| commit | 5a16f5ea98a432e3e95848da1ef8bd3b3fce1ffb (patch) | |
| tree | 9ec6ced3123af726abd85297740476ee939371d5 /src/Makefile | |
| parent | 7f5b95ea321086c8dff91b462dc80af03caa657e (diff) | |
| download | tinycc-5a16f5ea98a432e3e95848da1ef8bd3b3fce1ffb.tar.gz tinycc-5a16f5ea98a432e3e95848da1ef8bd3b3fce1ffb.tar.bz2 | |
Fix Makefile.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index a098a76..1352bfd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -364,7 +364,7 @@ tcc-doc.html: ../docs/tcc-doc.texi -makeinfo --no-split --html --number-sections -o $@ $< tcc.1: ../docs/tcc-doc.texi - -$(top_srcdir)/texi2pod.pl $< tcc.pod + -$(top_srcdir)/../docs/texi2pod.pl $< tcc.pod -pod2man --section=1 --center="Tiny C Compiler" --release=`cat $(top_srcdir)/../VERSION` tcc.pod > $@ tcc-doc.info: ../docs/tcc-doc.texi |
