Skip to content

Commit 46bda92

Browse files
update Makefile with new include dir
1 parent 5fc41e2 commit 46bda92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mingw:
101101
cmake .. -DCMAKE_TOOLCHAIN_FILE=../toolchain-mingw32.cmake -DCMAKE_INSTALL_PREFIX=$(MINGW_INSTALLDIR) ;\
102102
$(MAKE) && $(MAKE) install
103103

104-
man/man3/cmark-gfm.3: src/cmark-gfm.h | $(CMARK)
104+
man/man3/cmark-gfm.3: src/include/cmark-gfm.h | $(CMARK)
105105
python man/make_man_page.py $< > $@ \
106106

107107
archive:

0 commit comments

Comments
 (0)