aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-07-19fixed Doxygen distribution and installation (using custom automake hooks)Robin Haberkorn1-5/+13
2013-07-19fixed Doxyfile & build docs directly in doc/Robin Haberkorn1-4/+4
2013-07-19removed everything unrelated to the GtkVlcPlayer widgetRobin Haberkorn1-26/+2
2013-07-19install new screenshot images and package them in windows Zip distributionsRobin Haberkorn1-1/+4
* also include session.dtd since we refer to it in the documentation
2013-06-10install and distribute user doc imagesRobin Haberkorn1-1/+3
2012-05-12ensure that doxygen is executed always on makeRobin Haberkorn1-0/+1
the doxygen directory does not depend on any actual sourcefile or library, so it should be updated on every make to ensure it's up to date
2012-05-02added skeleton docbook and site-configuration supportRobin Haberkorn1-1/+22
* docbook is built by default and also included in distro * doxygen is not built by default (developer docs)
2012-05-02Doxygen supportRobin Haberkorn1-0/+10
* Doxyfile is generated by ./configure * files will be placed under doc/doxygen/. They aren't installed or distributed.