diff options
author | Erich Eckner <git@eckner.net> | 2016-05-24 09:02:36 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-05-24 09:02:36 +0200 |
commit | 073e937c5d6c80a2bbf36f157b8c26701a198f55 (patch) | |
tree | 6826f28027f61a08b8d47be226a816942f13e9fb | |
parent | 37830a9ebcaa283a0ec345b44ba91c669255600d (diff) | |
download | hardlinkedBackups-073e937c5d6c80a2bbf36f157b8c26701a198f55.tar.xz |
manpage .1 -> .8
-rw-r--r-- | Makefile | 8 | ||||
-rw-r--r-- | hardlinkedbackups.1.in (renamed from hardlinkedbackups.8.in) | 0 |
2 files changed, 4 insertions, 4 deletions
@@ -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 diff --git a/hardlinkedbackups.8.in b/hardlinkedbackups.1.in index 480aa18..480aa18 100644 --- a/hardlinkedbackups.8.in +++ b/hardlinkedbackups.1.in |