We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bb85e commit 05a5f22Copy full SHA for 05a5f22
Makefile
@@ -101,7 +101,7 @@ mingw:
101
cmake .. -DCMAKE_TOOLCHAIN_FILE=../toolchain-mingw32.cmake -DCMAKE_INSTALL_PREFIX=$(MINGW_INSTALLDIR) ;\
102
$(MAKE) && $(MAKE) install
103
104
-man/man3/cmark-gfm.3: src/cmark-gfm.h | $(CMARK)
+man/man3/cmark-gfm.3: src/include/cmark-gfm.h | $(CMARK)
105
python man/make_man_page.py $< > $@ \
106
107
archive:
0 commit comments