Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: removed TASKS from Makefile.am

File size: 650 bytes
RevLine 
[4556]1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
[3167]2
[4556]3SUBDIRS = src
[3167]4
[3198]5EXTRA_DIST = CODING-STANDARDS \
[4556]6             IDEAS \
7             doc/CREDITS \
8             doc/doxyconf/build \
9             doc/doxyconf/confopts \
10             doc/doxyconf/input \
11             doc/doxyconf/preprocessor \
12             doc/doxyconf/progress \
13             doc/doxyconf/project
[3167]14
[3219]15## doxygen stuff
16if DOXYGEN
[4380]17DOXYGEN_INPUT = "src"
[3167]18
19## Exclude the application wizard templates, and some file templates
[4556]20DOXYGEN_EXCLUDE =
[3167]21
[4556]22DOXYGEN_EXAMPLE_PATH =
[3167]23
24## Use Search engine (Versions 1.3.4 and above only!)
25DOXYGEN_SEARCHENGINE = YES
26
[3219]27include doc/documentation.am
[3489]28endif
Note: See TracBrowser for help on using the repository browser.