Compare commits

...

1 Commits
v1.2 ... main

Author SHA1 Message Date
89d249810b
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>
2024-08-29 17:42:12 +02:00
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: