source:
orxonox.OLD/orxonox/trunk/Makefile.am
@
4968
Last change on this file since 4968 was 4962, checked in by bensch, 19 years ago | |
---|---|
File size: 650 bytes |
Rev | Line | |
---|---|---|
[4556] | 1 | AUTOMAKE_OPTIONS = foreign no-installman no-installinfo |
[3167] | 2 | |
[4556] | 3 | SUBDIRS = src |
[3167] | 4 | |
[3198] | 5 | EXTRA_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 |
16 | if DOXYGEN | |
[4380] | 17 | DOXYGEN_INPUT = "src" |
[3167] | 18 | |
19 | ## Exclude the application wizard templates, and some file templates | |
[4556] | 20 | DOXYGEN_EXCLUDE = |
[3167] | 21 | |
[4556] | 22 | DOXYGEN_EXAMPLE_PATH = |
[3167] | 23 | |
24 | ## Use Search engine (Versions 1.3.4 and above only!) | |
25 | DOXYGEN_SEARCHENGINE = YES | |
26 | ||
[3219] | 27 | include doc/documentation.am |
[3489] | 28 | endif |
Note: See TracBrowser
for help on using the repository browser.