Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 3196 was 3196, checked in by bensch, 20 years ago

orxonox/trunk: moved importer into the Trunk, now no merging is needed anymore.

File size: 369 bytes
RevLine 
[3167]1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
2
[3196]3SUBDIRS = src
[3167]4
5
6
[3196]7
[3167]8##
9## Doxygen stuff
10##
11
[3196]12DOXYGEN_INPUT = "src src/gui src/importer"
[3167]13
14## Exclude the application wizard templates, and some file templates
15DOXYGEN_EXCLUDE =
16
17DOXYGEN_EXAMPLE_PATH =
18
19## Use Search engine (Versions 1.3.4 and above only!)
20DOXYGEN_SEARCHENGINE = YES
21
22include doc/documentation.am
Note: See TracBrowser for help on using the repository browser.