Merge pull request #53 from Bandie/master

Fix: Some manpages are not installed.
This commit is contained in:
Bandie 2018-06-11 12:44:56 +02:00 committed by GitHub
commit 2994a500e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,8 @@ nobase_dist_cant_believe_its_not_man_DATA = \
man8/pam_panic.8.gz \
de/man8/pam_panic.8.gz \
es/man8/pam_panic.8.gz \
fr/man8/pam_panic.8.gz
fr/man8/pam_panic.8.gz \
ja/man8/pam_panic.8.gz
%.gz: %
{ sldr=$$(echo "$(securelibdir)" | $(SED) 's/\//\\\//g') ; bdr=$$(echo "$(bindir)" | $(SED) 's/\//\\\//g') ; $(SED) "s/__PAMPANICSO__/$$sldr\/pam_panic\\\\\&.so/; s/__PAMPANICPW__/$$bdr\/pam_panic_pw/" $< >$<.tmp ; }

View File

@ -1,7 +1,9 @@
cant_believe_its_not_mandir = $(mandir)
nobase_dist_cant_believe_its_not_man_DATA = \
man1/pam_panic_pw.1.gz \
de/man1/pam_panic_pw.1.gz
de/man1/pam_panic_pw.1.gz \
fr/man1/pam_panic_pw.1.gz \
ja/man1/pam_panic_pw.1.gz
%.gz: %
{ ppf=$$(echo "$(PPASSFILE)" | $(SED) 's/\//\\\//g') ; bdr=$$(echo "$(bindir)" | $(SED) 's/\//\\\//g') ; $(SED) "s/__PPASSFILE__/$$ppf/; s/__PAMPANICPW__/$$bdr\/pam_panic\\\\\&.so/" $< >$<.tmp ; }