Changeset 49 for trunk/doc/Makefile.am

Show
Ignore:
Timestamp:
04/13/06 05:47:01 (3 years ago)
Author:
jordi
Message:

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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile.am

    r2 r49  
    11# Process this file with automake to produce a Makefile.in file. 
    22 
     3if build_reference 
     4reference: 
     5    doxygen Doxyfile 
     6else 
     7reference: 
     8 
     9endif 
     10 
     11clean-local: 
     12    rm -fr html 
     13 
     14all: reference