From cdf206e0b13dc4835c6efa943dd5f8651d94e06c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 24 May 2016 09:02:08 +0200 Subject: manpage .1 -> .8 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 96a2cae..cca660a 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ MANDIR = /usr/share/man VERSION = 4.0.4 -all: crypt-expiry-check crypt-expiry-check.cron crypt-expiry-check.8 +all: crypt-expiry-check crypt-expiry-check.cron crypt-expiry-check.1 %: %.in sed "s/#VERSION#/$(VERSION)/; s@#CRONDIR#@$(CRONDIR)@; s@#BINDIR#@$(BINDIR)@; s@#ETCDIR#@$(ETCDIR)@" $< > $@ @@ -37,11 +37,11 @@ all: crypt-expiry-check crypt-expiry-check.cron crypt-expiry-check.8 install: all install -D -m0755 crypt-expiry-check.cron $(DESTDIR)$(CRONDIR)/crypt-expiry-check install -D -m0755 -t $(DESTDIR)$(BINDIR) crypt-expiry-check - install -D -m0644 -t $(DESTDIR)$(MANDIR)/man8 crypt-expiry-check.8 + install -D -m0644 -t $(DESTDIR)$(MANDIR)/man1 crypt-expiry-check.1 install -D -m0644 -t $(DESTDIR)$(ETCDIR) crypt-expiry.checks clean: - rm -f crypt-expiry-check{,.cron,.8} + rm -f crypt-expiry-check{,.cron,.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