Convert the project to use the GNU Build System (aka Autotools)
LICENSE was renamed COPYING because otherwise `autoreconf` complains loudly. This is also the reason AUTHORS, INSTALL, and README were created. Man pages were moved into src/pam_panic/man and src/pam_panic_pw/man. Finally, certain variables are passed through the config.h file to the module rather than as -D flags on the command-line.
This commit is contained in:
10
src/pam_panic_pw/man/Makefile.am
Normal file
10
src/pam_panic_pw/man/Makefile.am
Normal file
@ -0,0 +1,10 @@
|
||||
man1_MANS = man1/pam_panic_pw.1
|
||||
mande1_MANS = de/man1/pam_panic_pw.1
|
||||
|
||||
install-data-local: install-man-de
|
||||
|
||||
install-man-de: de/man1/pam_panic_pw.1
|
||||
mkdir -p $(mandir)/de/man1
|
||||
cp $< $(mandir)/de/man1
|
||||
|
||||
.PHONY: install-data-local install-man-de
|
Reference in New Issue
Block a user