aboutsummaryrefslogtreecommitdiff
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 cae085f..5d421e8 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ mingw:
cmake .. -DCMAKE_TOOLCHAIN_FILE=../toolchain-mingw32.cmake -DCMAKE_INSTALL_PREFIX=$(MINGW_INSTALLDIR) ;\
make && make install
-man/man3/cmark.3: src/cmark.h $(PROG)
+man/man3/cmark.3: src/cmark.h | $(PROG)
python3 man/make_man_page.py $< > $@ \
archive: spec.html