ldapsaisie/doc
2022-09-28 17:24:54 +02:00
..
api doc: fix typos 2021-07-19 16:54:41 +02:00
conf doc: fix syntax error in previous commit 2022-09-28 17:24:54 +02:00
contrib Code cleaning 2021-08-25 18:02:37 +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: fix typos 2021-07-19 16:54:41 +02:00
intro doc: add sections missing IDs 2021-04-13 18:45:47 +02:00
styles doc: fix programlisting opacity 2022-06-16 14:30:06 +02:00
upgrade doc: add sections missing IDs 2021-04-13 18:45:47 +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)