summaryrefslogtreecommitdiff
path: root/src/man/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-02-07LDAP: Add support for SSH user public keysJan Cholasta1-1/+4
2012-02-05AUTOFS: responderJakub Hrozek1-3/+7
2012-02-01Use profiling Docbook XSLT only if available, fall back to normalJakub Hrozek1-2/+7
2012-01-30Include sudo manual pages only conditionallyJakub Hrozek1-2/+11
2011-09-06sss_debuglevel - change the debug levels on the flyPavel Březina1-1/+1
https://fedorahosted.org/sssd/ticket/950
2011-05-04Man page for sss_cacheJan Zeleny1-1/+1
2011-02-17Fix for generating lists of translated man pagesSumit Bose1-6/+6
In some automatic build environments the lists of translated man pages were not generated properly because ls put multiple file names into a single single.
2011-01-25Update man.stamp when the potfile or po4a.cfg is updatedStephen Gallagher1-1/+1
2010-12-23Build and install translated man pages by defaultSumit Bose1-23/+31
2010-12-22Make manual pages translatableJakub Hrozek1-0/+160
Utilizes PO4A to extract translatable strings from Docbook XML sources and allows translators to submit ordinary .PO files. PO4A then generates translated Docbook documents that can be used to generate translated end user documentation. https://fedorahosted.org/sssd/ticket/297