cmark

My personal build of CMark ✏️

Commit
09c35bd26b78c58ceb38866f654eea3e3b3429e1
Parent
73f6a4c1dafeb59b3a9615e071afae2b516a03fc
Author
John MacFarlane <fiddlosopher@gmail.com>
Date

Don't require python3 to make cmark.3 man page.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 1 1
diff --git 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