summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-07-26 14:23:37 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-07-26 14:23:37 +0200
commitd812f7ca3a2d1f87b18d6583dad4abfc9d01b3ae (patch)
treedf191269b22be30f5edca39e3b276648a3e25683 /Makefile
parent98f7bb73113424f8a7e5163185962d9a49e0b9f1 (diff)
downloadmupdf-d812f7ca3a2d1f87b18d6583dad4abfc9d01b3ae.tar.xz
Add script to create source tarballs using git-archive.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2e72fbe4..306544a2 100644
--- a/Makefile
+++ b/Makefile
@@ -303,6 +303,9 @@ install: libs apps
install -d $(DESTDIR)$(docdir)
install README COPYING CHANGES docs/*.txt $(DESTDIR)$(docdir)
+tarball:
+ bash scripts/archive.sh
+
# --- Clean and Default ---
tags: $(shell find include source -name '*.[ch]')