summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2015-02-16 11:14:05 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2015-02-16 11:14:05 -0800
commit09c35bd26b78c58ceb38866f654eea3e3b3429e1 (patch)
treefb965df363be1de6a699416b428f92cdf02f6082 /Makefile
parent73f6a4c1dafeb59b3a9615e071afae2b516a03fc (diff)
Don't require python3 to make cmark.3 man page.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df99367..924492f 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ mingw:
make && make install
man/man3/cmark.3: src/cmark.h | $(CMARK)
- python3 man/make_man_page.py $< > $@ \
+ python man/make_man_page.py $< > $@ \
archive:
git archive --prefix=$(RELEASE)/ -o $(RELEASE).tar.gz HEAD