cmark

My personal build of CMark ✏️

Commit
20909410e8ebbd66b50207acd9c8b4d06ab61720
Parent
1d901a4645cd850fdd95b7aab3fa6666404befaa
Author
John MacFarlane <jgm@berkeley.edu>
Date

Include Makefile.nmake and nmake.bat in release tarball.

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified Makefile 1 1 0
diff --git a/Makefile b/Makefile
@@ -53,6 +53,7 @@ tarball: spec.html $(SRCDIR)/scanners.c
 	cp spec.html $(PKGDIR); \
 	cp CMakeLists.txt $(PKGDIR); \
 	perl -ne '$$p++ if /^### JavaScript/; print if (!$$p)' Makefile > $(PKGDIR)/Makefile; \
+	cp Makefile.nmake nmake.bat $(PKGDIR); \
 	cp man/man1/cmark.1 $(PKGDIR)/man/man1/; \
 	cp README.md LICENSE spec.txt runtests.pl $(PKGDIR)/; \
 	tar czf $(TARBALL) $(PKGDIR); \