From 1d901a4645cd850fdd95b7aab3fa6666404befaa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Nov 2014 15:50:35 -0800 Subject: Updated tarball target. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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; \ -- cgit v1.2.3