summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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