Professional make™

This commit is contained in:
2018-03-28 04:51:23 +02:00
parent 3c0075d444
commit 55fdc016a4
2 changed files with 5 additions and 2 deletions

2
man/Makefile Normal file
View File

@ -0,0 +1,2 @@
install:
for f in `find . -name pam_panic.8 | sed 's/\/pam_panic.8//'`; do gzip -9 -c $${f}/pam_panic.8 > $(MANDIR)/$${f}/pam_panic.8.gz; done