aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2017-04-03 03:49:53 -0400
committerB. Watson <yalhcru@gmail.com>2017-04-03 03:49:53 -0400
commitabc5771ac4c9433c158fcff2ca874a3a44f51190 (patch)
tree332b21c12ae9111cb594e3396e4fdcc2cc5b26fe /Makefile
parent137d078cd02b246b60175717d42efffb876fbc86 (diff)
downloadttf-console-fonts-abc5771ac4c9433c158fcff2ca874a3a44f51190.tar.gz
"release" tarball systemHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 64840e1..7a00920 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-
+PROJECT=ttf-console-fonts
PSFDIR=/usr/share/kbd/consolefonts
-.PHONY: all clean install
+.PHONY: all clean install push tarball
all: .done
@@ -15,3 +15,9 @@ clean:
install: all
mkdir -p $(DESTDIR)$(PSFDIR)
install -m0644 *.psfu.gz $(DESTDIR)$(PSFDIR)
+
+push: clean
+ git push
+
+tarball: push
+ sh mktarball.sh $(PROJECT)