ldapsaisie/doc
Benjamin Renard 686b12f21f Doc :
* Added section about LSauth configuration
   * Added sections about LSauthHTTP and LSauthCAS configuration
 * Added information about the paramter authObjectFilter of LDAP servers configuration
 * Udpated the tree of the project directory
2010-03-11 17:36:37 +01:00
..
conf Doc : 2010-03-11 17:36:37 +01:00
exports Doc/Export/PDF : added gitignore file for pdf files generated 2009-11-13 15:29:31 +01:00
images - Documentation : commit initial. 2009-03-17 19:21:10 +00:00
install Doc : 2010-03-11 17:36:37 +01:00
intro - Documentation : commit initial. 2009-03-17 19:21:10 +00:00
styles Added CSS3 border-radius properties 2010-01-26 12:39:15 +01:00
LdapSaisie.docbook Doc : 2010-03-11 17:36:37 +01:00
LS.entities.xml Doc : 2010-03-11 17:36:37 +01:00
Makefile - Documentation : commit initial. 2009-03-17 19:21:10 +00:00
README Doc : added readme file whitch explain make functions and build dependencies 2009-11-13 15:32:10 +01:00

Makefile :
##########

The root Makefile permit currently 3 actions :
 * Validation : For the xml validation of docbook files
  make validate
  
 * Export : For build the documentation exports in all available formats
  make export
  
 * Clean : Delete non-sources files
  make clean

Dependencies :
##############

For validation :
================
 * xmllint command (in debian package libxml2-utils)
 
For exports :
=============
 * in HTML :
 ~~~~~~~~~~~
   + xsltproc command (in debian package xsltproc)
   + XSL stylesheets by N.Walsh (html/docbook.xsl, htmlhelp/htmlhelp.xsl
     and xhtml/chunk.xsl) (in debian package docbook-xsl)
     
 * in PDF :
 ~~~~~~~~~~
   + jw command (in debian package docbook-utils)