summaryrefslogtreecommitdiff
path: root/buildsystems
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'tintou/cmake-no-dup-flags' into 'master'Stefan Sauer2019-03-311-0/+9
|\ | | | | | | | | cmake: Avoid duplicate flags See merge request GNOME/gtk-doc!24
| * cmake: Avoid duplicate flagsCorentin Noël2019-03-141-0/+9
| |
* | cmake: Do not use a subdirectory to generate all the filesCorentin Noël2019-03-141-1/+1
|/
* Add new flavours to the help output.Stefan Sauer2019-02-141-1/+1
|
* Merge branch 'wip/tintou/flags' into 'master'Stefan Sauer2018-11-181-8/+7
|\ | | | | | | | | cmake: pass the right flags to gtk-scangobj See merge request GNOME/gtk-doc!16
| * cmake: pass the right flags to gtk-scangobjCorentin Noël2018-10-311-8/+7
| |
* | cmake: allow to specify options to all the executablesCorentin Noël2018-10-312-2/+21
|/
* Merge branch 'wip/tintou/cmake-content-files' into 'master'Stefan Sauer2018-10-251-2/+46
|\ | | | | | | | | cmake: allow to give content files See merge request GNOME/gtk-doc!13
| * cmake: allow to give content filesCorentin Noël2018-10-231-2/+46
| | | | | | | | The behavior is inspired from the Meson build system.
* | cmake: install the files to datadir as these files are platform-independentCorentin Noël2018-10-231-1/+1
|/
* Merge branch 'wip/tintou/create-xml-before-use' into 'master'Stefan Sauer2018-10-191-1/+1
|\ | | | | | | | | cmake: copy the XML file before using it See merge request GNOME/gtk-doc!12
| * cmake: copy the XML file before using itCorentin Noël2018-10-171-1/+1
| | | | | | | | Otherwise, gtkdoc-mkdb doesn't find it and think that we are using Autotools and asks for gtkdocentities.ent.
* | Add a flavour for no-xslt builds.Stefan Sauer2018-10-193-3/+323
|/ | | | | | | | | 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.
* Merge branch 'wip/tintou/gobj-args' into 'master'Stefan Sauer2018-10-151-6/+6
|\ | | | | | | | | cmake: use correct flags escaping and actually check if the LD_LIBRAY_PATH variable is defined See merge request GNOME/gtk-doc!11
| * cmake: use correct flags escaping and actually check if the LD_LIBRAY_PATH ↵Corentin Noël2018-10-051-6/+6
| | | | | | | | variable is defined
* | Merge branch 'wip/tintou/cmake-find-exec' into 'master'Stefan Sauer2018-10-153-27/+8
|\ \ | | | | | | | | | | | | cmake: do not hardcode the executable path See merge request GNOME/gtk-doc!10
| * | cmake: do not hardcode the executable pathCorentin Noël2018-10-053-27/+8
| |/ | | | | | | This allows to use the environment variables to specify the wanted executables
* | cmake: fix typo when using gtkdoc-fixxrefCorentin Noël2018-10-051-1/+1
|/
* meson: also move gtk-doc.make install ruleStefan Sauer2018-05-211-0/+5
|
* meson: fix gtkdocize buildStefan Sauer2018-05-211-0/+8
|
* cleanup: move autotools support files to subdirStefan Sauer2018-05-215-0/+646
|
* cleanup: move 'cmake' to a subdir buildsystemsStefan Sauer2018-05-205-0/+502
This is a preparation to also move the autotools support next.