ldapsaisie/doc
2021-04-13 18:23:01 +02:00
..
api API::search method: add attributesDetails parameter 2021-03-23 14:44:01 +01:00
conf LSformElement :: mail: Move autocomplete feature in text parent class 2021-03-03 14:34:06 +01:00
contrib doc: fix typo 2020-08-26 12:20:27 +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 doc: add IDs to install sections 2021-04-13 18:23:01 +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 API feature 2021-02-03 14:40:28 +01:00
LS.entities.xml doc: Remove PEAR File_CSV_DataSource deprecated dependency 2021-04-13 17:49:04 +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)