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:
Georg Pfuetzenreuter 2024-08-29 17:42:12 +02:00
parent 242795def2
commit 89d249810b
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57
2 changed files with 1 additions and 1 deletions

View File

@ -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: