Skip to content

Commit 175f1e9

Browse files
committed
Add tarball target in Makefile for release handy.
1 parent abea9b7 commit 175f1e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,12 @@ doc/index.html:
2525
cp doc/README.html doc/index.html
2626
echo "Documentation published to doc/"
2727

28+
tarball:
29+
tar czf oh-my-emacs.tar.gz \
30+
--exclude-backups \
31+
core el-get modules ome-el-get-recipes \
32+
CHANGELOG.org CONTRIBUTING.org custom.el init.el \
33+
LICENSE.txt Makefile ome.org ome-publish.org README.org
34+
2835
clean:
2936
rm -f *.elc *.aux *.tex *.pdf ome*.el ome*.html doc/*html *~ .ome*.part.org

0 commit comments

Comments
 (0)