summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-05-24 09:03:22 +0200
committerErich Eckner <git@eckner.net>2016-05-24 09:03:22 +0200
commit5a1f48a0e93e26b72963eaeceb199719dcea2161 (patch)
tree7f9c0e1366986789d457943bf7760e667896f8a6
parent7505c5c3045a00013efa3e11d0d61028fb7a526a (diff)
downloadshutdownasap-5a1f48a0e93e26b72963eaeceb199719dcea2161.tar.xz
manpage .1 -> .8
-rw-r--r--Makefile6
-rw-r--r--shutdownasap.1.in (renamed from shutdownasap.8.in)0
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 626f88b..66fc67a 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ MANDIR = /usr/share/man
VERSION = 0.3
-all: shutdownasap shutdownasap.conf shutdownasap.8
+all: shutdownasap shutdownasap.conf shutdownasap.1
%: %.in
sed "s/#VERSION#/$(VERSION)/; s@#BINDIR#@$(BINDIR)@; s@#ETCDIR#@$(ETCDIR)@" $< > $@
@@ -35,11 +35,11 @@ all: shutdownasap shutdownasap.conf shutdownasap.8
install: all
install -D -m0755 -t $(DESTDIR)$(BINDIR) shutdownasap
- install -D -m0644 -t $(DESTDIR)$(MANDIR)/man8 shutdownasap.8
+ install -D -m0644 -t $(DESTDIR)$(MANDIR)/man1 shutdownasap.1
install -D -m0644 -t $(DESTDIR)$(ETCDIR) shutdownasap.conf
clean:
- rm -f shutdownasap{,.8,.conf}
+ rm -f shutdownasap{,.1,.conf}
dist: clean
git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true
diff --git a/shutdownasap.8.in b/shutdownasap.1.in
index 34e3aad..34e3aad 100644
--- a/shutdownasap.8.in
+++ b/shutdownasap.1.in