From 20909410e8ebbd66b50207acd9c8b4d06ab61720 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Nov 2014 15:52:39 -0800 Subject: Include Makefile.nmake and nmake.bat in release tarball. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9c2548c..1a79f12 100644 --- 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); \ -- cgit v1.2.3