Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
Rename sicherboot.1 to sicherboot.8
Browse files Browse the repository at this point in the history
Silly me, but that does not affect the binary package.
  • Loading branch information
julian-klode committed Sep 6, 2016
1 parent 7300683 commit c452d88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/sicherboot.manpages
@@ -1 +1 @@
sicherboot.1
sicherboot.8
File renamed without changes.

0 comments on commit c452d88

Please sign in to comment.