Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/Makefile.am @ 3167

Last change on this file since 3167 was 3167, checked in by bensch, 19 years ago

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 size: 434 bytes
Line 
1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
2
3if HAVE_GTK2
4  GTK_PROGS =console
5else
6  GTK_PROGS =
7endif
8
9SUBDIRS = 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 TracBrowser for help on using the repository browser.