summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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