summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix distcheck.Daiki Ueno2013-02-171-0/+1
|
* Don't rebuild docs on every "make" run.Daiki Ueno2013-02-171-6/+12
| | | | | Create timestamp files to avoid redundant valadoc invocation. This is a port of folks bug#691923.
* Fix 'make install' when --enable-docs is usedAlejandro PiƱeiro2013-01-151-1/+0
| | | | | | | | Commit 89b918dfbb11f8ccc3162eb84097c39baccac9cc added documentation, using folks module as reference. It failed when doing 'make install' (so also 'make distcheck') because it tried to install a img/png directory that exists at folks but not on caribou.
* build: use git.mkDaiki Ueno2012-12-301-0/+2
| | | | | | | | Use git.mk to generate .gitignore files upon building. Also remove *.[ch] from CLEANFILES since it makes little sense with automake Vala support. https://bugzilla.gnome.org/show_bug.cgi?id=687315
* Add documentation supportDaiki Ueno2012-12-301-0/+99
Add Valadoc documentation support in the build system. The template is borrowed from Folks. https://bugzilla.gnome.org/show_bug.cgi?id=687244