summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-16 15:52:39 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-16 15:52:39 -0800
commit20909410e8ebbd66b50207acd9c8b4d06ab61720 (patch)
tree94fa391941b95efe9eeaa674322ea4ea076b42aa /Makefile
parent1d901a4645cd850fdd95b7aab3fa6666404befaa (diff)
Include Makefile.nmake and nmake.bat in release tarball.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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); \