summaryrefslogtreecommitdiff
path: root/buildlib
AgeCommit message (Collapse)AuthorFilesLines
2012-06-04Recursive delete of output-html/images/Daniel Hartwig1-1/+1
2012-06-04Conditional use of locale mandirDaniel Hartwig1-1/+1
2012-06-04Temporary fix to install man pages: specify targets manuallyDaniel Hartwig2-7/+8
2012-06-03Use RSVG_CONVERT in build filesDaniel Hartwig1-2/+2
2012-06-03DOCBOOK_HTML_XSL contains all xsl dependenciesDaniel Hartwig1-6/+6
2012-06-01Update to the doc buildlib; all translations portedDaniel Hartwig4-0/+205
All doc translations now use the new buildlib rule files which is cleaner and much easier to maintain. This involves many changes and a general cleanup. Some of the more noticable changes: * doc: - html docs no longer install to $docdir/html, but respect the htmldir option of configure (which defaults to $docdir) - build is more parallel * buildlib/doc.mk: - Standard makefile rules for documentation * buildlib/docbook.mk: - Makefile rules for targets from docbook source * buildlib/po4a.mk: - Makefile rules for targets from po4a translations * doc/Makefile.am, doc/??/Makefile.am: - rename LANGCODE to LC - update to use buildlib files; most of these files are now very short * configure.ac: - suppress portability warnings as we require GNU make - include bugreport address - check for tools used to generate the documentation: po4a, xsltproc, fop, rsvg-convert