- Commit
- 1d901a4645cd850fdd95b7aab3fa6666404befaa
- Parent
- 675b92aa6b6c8124c8ccf9535e338fd37b8b9977
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Updated tarball target.
My personal build of CMark ✏️
Updated tarball target.
1 file changed, 1 insertion, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 1 | 1 | 0 |
diff --git 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; \