From eeb39874db4d83249aa3a6be7ef7e02c3bc63a81 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 19 Aug 2016 11:18:33 +0200 Subject: aufraeumen --- Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf