From 073e937c5d6c80a2bbf36f157b8c26701a198f55 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 24 May 2016 09:02:36 +0200 Subject: manpage .1 -> .8 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35bd6c6..ffdd23f 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ MANDIR = /usr/share/man VERSION = 1.0.4 -all: hardlinkedbackups.8 backup lastBackups +all: hardlinkedbackups.1 backup lastBackups %: %.in sed "s/#VERSION#/$(VERSION)/; s@#BINDIR#@$(BINDIR)@; s@#ETCDIR#@$(ETCDIR)@" $< > $@ @@ -35,12 +35,12 @@ all: hardlinkedbackups.8 backup lastBackups install: all install -D -m0755 -t $(DESTDIR)$(BINDIR) backup lastBackups - install -D -m0644 -t $(DESTDIR)$(MANDIR)/man8 hardlinkedbackups.8 - ln -s $(DESTDIR)$(MANDIR)/man8/{hardlinkedbackups,backups,lastBackups}.8 + install -D -m0644 -t $(DESTDIR)$(MANDIR)/man1 hardlinkedbackups.1 + ln -s $(DESTDIR)$(MANDIR)/man1/{hardlinkedbackups,backups,lastBackups}.1 install -D -m0644 -t $(DESTDIR)$(ETCDIR) backup.conf clean: - rm -f backup lastBackups hardlinkedbackups.8 + rm -f backup lastBackups hardlinkedbackups.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