diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2015-02-16 11:14:05 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2015-02-16 11:14:05 -0800 |
commit | 09c35bd26b78c58ceb38866f654eea3e3b3429e1 (patch) | |
tree | fb965df363be1de6a699416b428f92cdf02f6082 | |
parent | 73f6a4c1dafeb59b3a9615e071afae2b516a03fc (diff) |
Don't require python3 to make cmark.3 man page.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |