Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: removed TASKS from Makefile.am

File size: 650 bytes
Line 
1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
2
3SUBDIRS = src
4
5EXTRA_DIST = CODING-STANDARDS \
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
14
15## doxygen stuff
16if DOXYGEN
17DOXYGEN_INPUT = "src"
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
28endif
Note: See TracBrowser for help on using the repository browser.