linux-pam/doc/man
Dmitry V. Levin ea951fdc86 build: rework vendordir substitution
Since Make.xml.rules is the only place where XSLTPROC_CUSTOM was used,
remove stereotypic definitions from other Makefiles, this way we no
longer have to worry about vendordir being used somewhere else in
documentation files.

Likewise, define VENDORDIR in config.h and remove stereotypic
-DVENDORDIR= additions from other Makefiles, this way we no longer
have to worry about VENDORDIR being used somewhere else in the code.

* configure.ac (AM_CONDITIONAL): Remove HAVE_VENDORDIR.
(AC_DEFINE_UNQUOTED): Add VENDORDIR.
(AC_SUBST): Remove VENDORDIR, add STRINGPARAM_VENDORDIR.
* Make.xml.rules.in: Replace $(XSLTPROC_CUSTOM) with
@STRINGPARAM_VENDORDIR@.
* doc/man/Makefile.am (XSLTPROC_CUSTOM): Remove.
* libpam/Makefile.am [HAVE_VENDORDIR]: Remove.
* modules/pam_securetty/Makefile.am [HAVE_VENDORDIR]: Remove.
(XSLTPROC_CUSTOM): Remove.
* modules/pam_securetty/pam_securetty.c: Move definitions of local
macros after config.h to benefit from macros defined there.
2020-04-28 10:10:08 +00:00
..
Makefile.am build: rework vendordir substitution 2020-04-28 10:10:08 +00:00
misc_conv.3.xml doc: fix typo in manpage 2019-10-08 08:50:51 +02:00
pam_acct_mgmt.3.xml Fix some grammatical errors in documentation. 2015-04-27 16:39:24 +02:00
pam_authenticate.3.xml doc: fix a trivial typo in pam_authenticate return values (ticket #38) 2014-12-09 02:16:11 +00:00
pam_chauthtok.3.xml Fix some grammatical errors in documentation. 2015-04-27 16:39:24 +02:00
pam_close_session.3.xml Relevant BUGIDs: 2006-06-25 19:00:59 +00:00
pam_conv.3.xml Fix a typo in the documentation 2019-01-10 17:09:09 +01:00
pam_end.3.xml Relevant BUGIDs: 2007-08-13 08:43:06 +00:00
pam_error.3.xml Relevant BUGIDs: 2006-05-04 06:56:04 +00:00
pam_fail_delay.3.xml Fix the man page for "pam_fail_delay()" 2019-09-09 15:36:02 +02:00
pam_get_authtok.3.xml Relevant BUGIDs: 2010-10-20 13:21:52 +00:00
pam_get_data.3.xml Relevant BUGIDs: 2006-05-04 06:56:04 +00:00
pam_get_item.3.xml Miscellaneous grammar fixes 2020-01-15 18:14:44 +01:00
pam_get_user.3.xml Fix missing word in documentation. 2018-04-10 17:40:58 +02:00
pam_getenv.3.xml Relevant BUGIDs: 2008-11-29 07:28:44 +00:00
pam_getenvlist.3.xml Relevant BUGIDs: 2006-06-25 19:00:59 +00:00
pam_info.3.xml Relevant BUGIDs: 2006-05-04 06:56:04 +00:00
pam_item_types_ext.inc.xml Relevant BUGIDs: 2008-12-11 19:41:49 +00:00
pam_item_types_std.inc.xml Relevant BUGIDs: 2007-12-06 20:20:07 +00:00
pam_misc_drop_env.3.xml Relevant BUGIDs: 2006-06-25 20:45:28 +00:00
pam_misc_paste_env.3.xml Relevant BUGIDs: 2006-06-25 20:45:28 +00:00
pam_misc_setenv.3.xml Add missing space in pam_misc_setenv man page. 2015-09-04 09:58:59 +02:00
pam_open_session.3.xml Relevant BUGIDs: 2006-06-25 19:00:59 +00:00
pam_prompt.3.xml Miscellaneous spelling fixes 2020-01-15 18:14:44 +01:00
pam_putenv.3.xml Further grammar fixes 2020-01-15 18:14:44 +01:00
pam_set_data.3.xml Fix whitespace issues 2011-10-26 23:56:54 +00:00
pam_set_item.3.xml Miscellaneous spelling fixes 2020-01-15 18:14:44 +01:00
pam_setcred.3.xml doc: fix typo in manpage 2019-10-08 08:50:51 +02:00
pam_sm_acct_mgmt.3.xml Remove "--enable-static-modules" option and support from 2016-03-29 14:14:03 +02:00
pam_sm_authenticate.3.xml Remove "--enable-static-modules" option and support from 2016-03-29 14:14:03 +02:00
pam_sm_chauthtok.3.xml Remove "--enable-static-modules" option and support from 2016-03-29 14:14:03 +02:00
pam_sm_close_session.3.xml Remove "--enable-static-modules" option and support from 2016-03-29 14:14:03 +02:00
pam_sm_open_session.3.xml Remove "--enable-static-modules" option and support from 2016-03-29 14:14:03 +02:00
pam_sm_setcred.3.xml Remove "--enable-static-modules" option and support from 2016-03-29 14:14:03 +02:00
pam_start.3.xml New API call pam_start_confdir() 2020-03-06 08:50:12 +01:00
pam_strerror.3.xml Relevant BUGIDs: 2006-06-25 19:00:59 +00:00
pam_syslog.3.xml Docfix: pam handle is const in pam_syslog() and pam_vsyslog() 2015-10-02 10:12:22 +02:00
pam_xauth_data.3.xml Fix whitespace issues 2011-10-26 23:56:54 +00:00
pam.3.xml Fix various typos found using codespell tool 2020-03-28 18:19:41 +00:00
pam.8.xml Add support for a vendor directory and libeconf (#136) 2019-09-16 17:17:49 +02:00
pam.conf-desc.xml Relevant BUGIDs: 2006-06-22 19:44:29 +00:00
pam.conf-dir.xml Relevant BUGIDs: 2006-06-22 19:44:29 +00:00
pam.conf-syntax.xml Improve documentation of the sufficient and requisite control values. (Red Hat Bug #742413) 2011-09-30 09:43:54 +02:00
pam.conf.5.xml Relevant BUGIDs: 2006-06-22 19:44:29 +00:00