ldapsaisie/doc
2019-06-17 12:36:01 +02:00
..
conf Add LSaddon mailquota 2019-06-17 12:36:01 +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 Fix cron and doc about new tmp dir path 2018-01-09 03:15:04 +01: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
LdapSaisie.docbook Doc / LSauth : Updated relative to last commit 2010-11-25 11:21:43 +01:00
LS.entities.xml Add LSattr_html :: wysiwyg 2018-06-15 17:20:37 +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)