summaryrefslogtreecommitdiff
path: root/src/man/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
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