Correct manpage source suffix
Source file is in the POD format, correctly reflect this in the file name. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
242795def2
commit
89d249810b
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ usage:
|
||||
install:
|
||||
install -d '$(DESTDIR)$(BINDIR)' '$(DESTDIR)$(MANDIR)/man1' '$(DESTDIR)$(SYSCONFDIR)/apparmor.d'
|
||||
install buddycheck.pl '$(DESTDIR)$(BINDIR)/buddycheck'
|
||||
pod2man buddycheck.1 > '$(DESTDIR)$(MANDIR)/man1/buddycheck.1'
|
||||
pod2man buddycheck.pod > '$(DESTDIR)$(MANDIR)/man1/buddycheck.1'
|
||||
sed 's?__BINDIR__?$(BINDIR)?' buddycheck.apparmor > '$(DESTDIR)$(SYSCONFDIR)/apparmor.d/buddycheck'
|
||||
|
||||
uninstall:
|
||||
|
Loading…
x
Reference in New Issue
Block a user