summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* ensure that all meson files are part of the release tarballMichael Olbrich2019-10-111-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build: enable out-of-source buildingVíctor Manuel Jáquez Leal2018-02-011-1/+1
|
* build: clean generated documentationVíctor Manuel Jáquez Leal2018-02-011-1/+4
| | | | | | | Add to the clean target the removal of the generated documentation. Also use $(RM) for calling the command rm, which is a bit more portable.
* build: use condititional doc generationVíctor Manuel Jáquez Leal2018-02-011-2/+2
| | | | | | | | | Instead of using conditional compilation for generarte documentation, this patch will block parsing Makefile in doc subdirectory if the documentation is not enabled. This patch will make compilation a bit faster when documentation is not generated.
* doc: use Doxyfile templateVíctor Manuel Jáquez Leal2018-02-011-8/+13
| | | | | Instead of passing environment variables to the Doxygen process, Doxyfile will be autogenerated from Doxyfile.in template.
* Add documents for VP9/VP9/HEVC/JPEG/FEIPengfei Qu2018-01-031-0/+12
| | | | | | Fixes#163 Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com>
* doc: add Encoding, VPP and some of Core APIs.Gwenole Beauchesne2014-09-261-0/+3
| | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* doc: don't add timestamps in generated documentation.Gwenole Beauchesne2014-09-261-4/+5
|
* Fix the broken installXiang, Haihao2014-04-251-1/+8
| | | | | | | | | | | | | | install -d /usr/share/doc/libva/html install -m 0644 html-out/* /usr/share/doc/libva/html install: omitting directory `html-out/search' make[2]: *** [install-html-local] Error 1 make[2]: Leaving directory `/home/xhh/graphics/ex/vaapi/libva/doc' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/xhh/graphics/ex/vaapi/libva/doc' make: *** [install-recursive] Error 1 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit ee948e105b97a03b60168b4e5aed3c64a14c37e6)
* doc: add Doxygen templates.Gwenole Beauchesne2011-11-031-0/+52
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>