From 25ccf653e8be351bb2c5d89236d3e0e960ae7a45 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 12 Nov 2014 07:16:13 -0800 Subject: Improved tarball target. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 880a0e6..3842941 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,8 @@ debug: tarball: rm -rf $(PKGDIR); \ mkdir -p $(PKGDIR)/man/man1; \ - cp -r src/* $(PKGDIR)/; \ + cp -r src $(PKGDIR)/; \ + cp CMakeLists.txt $(PKGDIR); \ cp man/man1/cmark.1 $(PKGDIR)/man/man1/; \ cp README.md LICENSE spec.txt runtests.pl $(PKGDIR)/; \ tar cvzf cmark-$(SPECVERSION).tar.gz $(PKGDIR) -- cgit v1.2.3