Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3167 in orxonox.OLD for orxonox/trunk/Makefile.am


Ignore:
Timestamp:
Dec 13, 2004, 2:56:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: it is now possible to autogenerate the documentation out of /trunk with make doc.
The documentation will be moved to the folder doc/html and doc/latex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/Makefile.am

    r3165 r3167  
     1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
     2
    13if HAVE_GTK2
    24  GTK_PROGS =console
     
    68
    79SUBDIRS = src importer gui $(GTK_PROGS)
     10
     11
     12
     13##
     14## Doxygen stuff
     15##
     16
     17DOXYGEN_INPUT = src gui
     18
     19## Exclude the application wizard templates, and some file templates
     20DOXYGEN_EXCLUDE =
     21
     22DOXYGEN_EXAMPLE_PATH =
     23
     24## Use Search engine (Versions 1.3.4 and above only!)
     25DOXYGEN_SEARCHENGINE = YES
     26
     27include doc/documentation.am
Note: See TracChangeset for help on using the changeset viewer.