summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-02 09:52:08 +0100
committerErich Eckner <git@eckner.net>2018-10-15 09:35:56 +0200
commit16f2b17e2bb52856c43d1bb4f5e6affb558ceb67 (patch)
tree1eaefd91293c93b72f3e552ab033772ba5e8e8a9 /Makefile
parent51bbb93868c6ed68862f9d9785d36853b5f981ba (diff)
downloadasp32-16f2b17e2bb52856c43d1bb4f5e6affb558ceb67.tar.xz
renamed to arch32
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c545a05..2cb29cc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PACKAGE_NAME = asp
+PACKAGE_NAME = asp32
VERSION = v3
VDEVEL = $(shell test -d .git && git describe --dirty 2>/dev/null)
@@ -10,10 +10,10 @@ endif
PREFIX = /usr/local
BINPROGS = \
- asp
+ asp32
MANPAGES = \
- man/asp.1
+ man/asp32.1
BASH_COMPLETION = \
shell/bash-completion
@@ -55,8 +55,8 @@ install: all
install -dm755 $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/man/man1
install -m755 $(BINPROGS) $(DESTDIR)$(PREFIX)/bin
install -m644 $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1
- install -Dm644 $(BASH_COMPLETION) $(DESTDIR)$(PREFIX)/share/bash-completion/completions/asp
- install -Dm644 $(ZSH_COMPLETION) $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_asp
+ install -Dm644 $(BASH_COMPLETION) $(DESTDIR)$(PREFIX)/share/bash-completion/completions/asp32
+ install -Dm644 $(ZSH_COMPLETION) $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_asp32
dist:
git archive --format=tar --prefix=$(PACKAGE_NAME)-$(VERSION)/ $(VERSION) | gzip -9 > $(PACKAGE_NAME)-$(VERSION).tar.gz