summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-27 13:18:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-27 13:18:34 -0800
commitb80cfc2198a5c76cd14cbca5ad98392be15c600b (patch)
tree1a89f4215567872e566c29bfe4ce2c2bbf4ec51f /Makefile
parent055a7602d2822c962f6ca03d9fdcce35ea3959d8 (diff)
Add pathological_tests.py to archive.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2328db1..6a32cba 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ archive: spec.html $(BUILDDIR)
perl -ne '$$p++ if /^### JavaScript/; print if (!$$p)' Makefile > $(PKGDIR)/Makefile; \
cp -a Makefile.nmake nmake.bat $(PKGDIR); \
cp -a man/man1/cmark.1 $(PKGDIR)/man/man1/; \
- cp -a README.md LICENSE spec.txt spec_tests.py $(PKGDIR)/; \
+ cp -a README.md LICENSE spec.txt spec_tests.py pathological_tests.py $(PKGDIR)/; \
tar czf $(TARBALL) $(PKGDIR); \
zip -q -r $(ZIPARCHIVE) $(PKGDIR); \
rm -rf $(PKGDIR) ; \