Module Name: src Committed By: khorben Date: Wed Nov 4 13:46:46 UTC 2020
Modified Files: src/external/bsd/pam-u2f/bin/pamu2fcfg: Makefile src/external/bsd/pam-u2f/lib/security/pam-u2f: Makefile Log Message: PR/55747: Tobias Nygren: Install manpages for pam-u2f I have added a Makefile rule, indicating how to generate the manual pages again. It has no dependency on the original file, in order to avoid issues when building: the generation depends in asciidoc and libxslt, which are not in tools or in the base tree anyway. It should therefore never trigger, but should be used by the maintainer when updating pam-u2f. With this, I believe this PR can be closed. Tested with "build.sh release" on amd64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pam-u2f/bin/pamu2fcfg/Makefile cvs rdiff -u -r1.4 -r1.5 \ src/external/bsd/pam-u2f/lib/security/pam-u2f/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.