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

This commit is contained in:
John MacFarlane 2014-11-16 15:52:39 -08:00
Родитель 1d901a4645
Коммит 20909410e8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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); \