Last change
on this file since 3173 was
3167,
checked in by bensch, 20 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 | |
---|
1 | AUTOMAKE_OPTIONS = foreign no-installman no-installinfo |
---|
2 | |
---|
3 | if HAVE_GTK2 |
---|
4 | GTK_PROGS =console |
---|
5 | else |
---|
6 | GTK_PROGS = |
---|
7 | endif |
---|
8 | |
---|
9 | SUBDIRS = src importer gui $(GTK_PROGS) |
---|
10 | |
---|
11 | |
---|
12 | |
---|
13 | ## |
---|
14 | ## Doxygen stuff |
---|
15 | ## |
---|
16 | |
---|
17 | DOXYGEN_INPUT = src gui |
---|
18 | |
---|
19 | ## Exclude the application wizard templates, and some file templates |
---|
20 | DOXYGEN_EXCLUDE = |
---|
21 | |
---|
22 | DOXYGEN_EXAMPLE_PATH = |
---|
23 | |
---|
24 | ## Use Search engine (Versions 1.3.4 and above only!) |
---|
25 | DOXYGEN_SEARCHENGINE = YES |
---|
26 | |
---|
27 | include doc/documentation.am |
---|
Note: See
TracBrowser
for help on using the repository browser.