diff --git a/Makefile b/Makefile index dd1052c..2b8a20b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX ?= /usr -all: sicherboot.conf sicherboot.1 +all: sicherboot.conf sicherboot.8 sicherboot.conf: sicherboot.conf.in sicherboot cp sicherboot.conf.in sicherboot.conf.tmp @@ -9,11 +9,11 @@ sicherboot.conf: sicherboot.conf.in sicherboot done mv sicherboot.conf.tmp sicherboot.conf -sicherboot.1: sicherboot.1.md - pandoc -s -t man sicherboot.1.md -o sicherboot.1 +sicherboot.8: sicherboot.8.md + pandoc -s -t man sicherboot.8.md -o sicherboot.8 clean: - $(RM) -f sicherboot.conf sicherboot.conf.tmp sicherboot.1 + $(RM) -f sicherboot.conf sicherboot.conf.tmp sicherboot.8 install: all install -D -o root -g root -m644 sicherboot.conf $(DESTDIR)/etc/sicherboot/sicherboot.conf diff --git a/debian/sicherboot.manpages b/debian/sicherboot.manpages index fe63151..921be44 100644 --- a/debian/sicherboot.manpages +++ b/debian/sicherboot.manpages @@ -1 +1 @@ -sicherboot.1 +sicherboot.8 diff --git a/sicherboot.1.md b/sicherboot.8.md similarity index 100% rename from sicherboot.1.md rename to sicherboot.8.md