We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abea9b7 commit 175f1e9Copy full SHA for 175f1e9
Makefile
@@ -25,5 +25,12 @@ doc/index.html:
25
cp doc/README.html doc/index.html
26
echo "Documentation published to doc/"
27
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
+
35
clean:
36
rm -f *.elc *.aux *.tex *.pdf ome*.el ome*.html doc/*html *~ .ome*.part.org
0 commit comments