root/trunk/doc/Makefile.am

Revision 49, 180 bytes (checked in by jordi, 3 years ago)

Added the doxygen documentation builder file in the "doc" directory. I've also wirtten the missing documentation for all files in "src", but not in "src/gtk" a it would be redundant.

Also I've been paranoic on spelling (I'm a very bad spelled) and spell checked all source files, changing some string. Updated the translations.

Line 
1# Process this file with automake to produce a Makefile.in file.
2
3if build_reference
4reference:
5    doxygen Doxyfile
6else
7reference:
8
9endif
10
11clean-local:
12    rm -fr html
13
14all: reference
Note: See TracBrowser for help on using the browser.