ldapsaisie/doc
2020-08-07 18:05:50 +02:00
..
conf LSlog: add TRACE log level 2020-08-07 18:05:50 +02:00
contrib Doc : fix <citetitle> HTML element style 2017-06-15 18:47:28 +02:00
exports Fix PDF doc export Makefile to handle files generated on error 2019-05-21 12:15:15 +02:00
images - Documentation : commit initial. 2009-03-17 19:21:10 +00:00
install Update doc 2020-05-06 12:31:24 +02:00
intro Trad EN/Correction d'erreur et continuing 2011-05-17 17:38:54 +02:00
styles Doc : fix <citetitle> HTML element style 2017-06-15 18:47:28 +02:00
upgrade Fix helpInfo feature by LSsession::addHelpInfos to LStemplate 2020-06-04 19:04:48 +02:00
LdapSaisie.docbook Add doc about upgrade 2020-05-11 17:29:51 +02:00
LS.entities.xml Add doc about upgrade 2020-05-11 17:29:51 +02:00
Makefile Doc / Makefile : Added html entry 2010-04-12 12:40:14 +02:00
README Doc / README : add infos about epub export generation dependencies 2014-11-18 14:30:19 +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)

 * in EPUB :
 ~~~~~~~~~~~
   + dbtoepub command ((in debian package dbtoepub)