summaryrefslogtreecommitdiff
path: root/gtkdoc-mkhtml2.in
Commit message (Collapse)AuthorAgeFilesLines
* mkhtml: add --output-dir paramStefan Sauer2019-09-051-0/+2
| | | | This gives build systems more flexibility.
* Meson: Fix running tools uninstalledXavier Claessens2019-08-151-1/+5
| | | | | This fix getting directories when builddir!=srcdir which is always the case with Meson.
* Add a flavour for no-xslt builds.Stefan Sauer2018-10-191-0/+3
| | | | | | | | | Using this flavour will use gtkdoc-mkhtml2, which replaces gtkdoc-mkhtml and gtkdoc-fixxref. Change mkhtml2 to have the same output dir behaviour like mkhtml. This is autotools only for now. Later changes will add support for the other build systems.
* build: Port to meson build systemMartin Blanchard2018-05-201-0/+0
| | | | | | | | | | | | | | | | Initial port, including manual and tests (still wip). Known issues: * mkhtml2.py unit-tests module relies on lxml, anytree and pygments but these dependencies are not track by the build system. * Integration tests documentation generation are broken. * gtkdoc_scangobj_runner.py builds --cflags and --libs itself in a non-portable (and wrong) way. https://bugzilla.gnome.org/show_bug.cgi?id=794087
* mkhtml2: collect references files and copy themStefan Sauer2018-05-131-2/+4
| | | | Add the '--path' arg from mkhtml and use the path to locate files.
* mkhtml2: add --src-lang option from fixxref to set def. languageStefan Sauer2018-05-061-0/+3
|
* mkhtml2: add code to copy html resourcesStefan Sauer2018-03-181-0/+3
| | | | | | Extract code in mkhtml that copies the png/css files into a helper and use the same in mkhtml2 (as a copy for now). Add the pygments style to the resulting css.
* mkhtml2: add boilerplate to generate the devhelp2 filesStefan Sauer2018-03-021-2/+2
|
* mkhtml2: move db2html to the gtkdoc packageStefan Sauer2018-02-271-0/+41
Add tooling infrastructure for gtkdoc-mkhtml2 (previously db2html). This lets use reuse code from the other modeuls without hacks.