Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Makefile: remove obsolete targets and confusing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-42-thought committed Apr 11, 2018
1 parent daffdf0 commit 91b4201
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
V=20140119

PREFIX = /usr/local

install:
Expand All @@ -10,11 +8,4 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/share/pacman/keyrings/archlinux32{.gpg,-trusted,-revoked}
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/pacman/keyrings/

dist:
git archive --format=tar --prefix=archlinux32-keyring-$(V)/ $(V) | gzip -9 > archlinux32-keyring-$(V).tar.gz
gpg --detach-sign --use-agent archlinux32-keyring-$(V).tar.gz

upload:
scp archlinux32-keyring-$(V).tar.gz archlinux32-keyring-$(V).tar.gz.sig [email protected]:www/src

.PHONY: install uninstall dist upload
.PHONY: install uninstall

0 comments on commit 91b4201

Please sign in to comment.