summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-16 15:50:35 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-16 15:50:35 -0800
commit1d901a4645cd850fdd95b7aab3fa6666404befaa (patch)
tree0dbbbe1c33cf74fa817228be42f60c3297ca21f2 /Makefile
parent675b92aa6b6c8124c8ccf9535e338fd37b8b9977 (diff)
Updated tarball target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a0c1a62..9c2548c 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ tarball: spec.html $(SRCDIR)/scanners.c
srcfiles=`git ls-tree --full-tree -r HEAD --name-only $(SRCDIR)`; \
for f in $$srcfiles; do cp -a $$f $(PKGDIR)/$$f; done; \
cp -a $(SRCDIR)/scanners.c $(PKGDIR)/$(SRCDIR)/; \
+ cp -a $(BUILDDIR)/$(SRCDIR)/cmark_export.h $(PKGDIR)/$(SRCDIR)/; \
cp spec.html $(PKGDIR); \
cp CMakeLists.txt $(PKGDIR); \
perl -ne '$$p++ if /^### JavaScript/; print if (!$$p)' Makefile > $(PKGDIR)/Makefile; \