summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-08-19 11:18:33 +0200
committerErich Eckner <git@eckner.net>2016-08-19 11:18:33 +0200
commiteeb39874db4d83249aa3a6be7ef7e02c3bc63a81 (patch)
treecc378316a3fa281e575be8f8d750ac5912e6ee92 /Makefile
parent2fdaecf3451e3f2a64e71092ccb57aae936340d5 (diff)
downloadpasswort-tresor-eeb39874db4d83249aa3a6be7ef7e02c3bc63a81.tar.xz
aufraeumen
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 004ce0c..7bddca0 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ MANDIR = /usr/share/man
VERSION = 0.0
-all: encedit encedit.1 greppw greppw.1
+all: passwort-tresor passwort-tresor.1
%: %.in
sed "s/#VERSION#/$(VERSION)/; s@#BINDIR#@$(BINDIR)@; s@#ETCDIR#@$(ETCDIR)@" $< > $@
@@ -34,14 +34,12 @@ all: encedit encedit.1 greppw greppw.1
.PHONY: install dist clean
install: all
- install -D -m0755 encedit $(DESTDIR)$(BINDIR)/encedit
- install -D -m0644 encedit.1 $(DESTDIR)$(MANDIR)/man1/encedit.1
- install -D -m0755 greppw $(DESTDIR)$(BINDIR)/greppw
- install -D -m0644 greppw.1 $(DESTDIR)$(MANDIR)/man1/greppw.1
+ install -D -m0755 passwort-tresor $(DESTDIR)$(BINDIR)/passwort-tresor
+ install -D -m0644 passwort-tresor.1 $(DESTDIR)$(MANDIR)/man1/passwort-tresor.1
install -D -m0644 passwort-tresor.konf $(DESTDIR)$(ETCDIR)/passwort-tresor.konf
clean:
- rm -f encedit encedit.1 greppw greppw.1
+ rm -f passwort-tresor passwort-tresor.1
dist: clean
git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true