|
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 | |
|---|
| 3 | if build_reference |
|---|
| 4 | reference: |
|---|
| 5 | doxygen Doxyfile |
|---|
| 6 | else |
|---|
| 7 | reference: |
|---|
| 8 | |
|---|
| 9 | endif |
|---|
| 10 | |
|---|
| 11 | clean-local: |
|---|
| 12 | rm -fr html |
|---|
| 13 | |
|---|
| 14 | all: reference |
|---|