summaryrefslogtreecommitdiff
path: root/server/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
2009-05-19Enable automake builds for sssd serverStephen Gallagher1-41/+0
2009-05-14Manpage generationJakub Hrozek1-1/+17
Provides a set of make rules for generating UNIX manual pages from DocBook 4.5 source as well as sample manpage for sss_useradd. Automatic generation of manual pages during "make" process is tunable with config parameter "--with-manpages". To rebuild the man pages separately, use the "make doc" target. Before building, the manpages are validated using a DTD schema.
2008-10-04Initital server code.Simo Sorce1-0/+25
Includes test monitor task.