4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 9f15cd1 was
47a9686,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
dropped latex, added man
|
-
Property mode set to
100644
|
File size:
701 bytes
|
Line | |
---|
1 | DOXYGEN_CONF = libtrace.doxygen |
---|
2 | DOXYGEN_FOLDERS = doxygen/html doxygen/man |
---|
3 | |
---|
4 | if HAS_DOXYGEN |
---|
5 | EXTRA_DIST = $(DOXYGEN_FOLDERS) |
---|
6 | else |
---|
7 | EXTRA_DIST = |
---|
8 | endif |
---|
9 | |
---|
10 | doxygen/html: |
---|
11 | |
---|
12 | doxygen/latex: |
---|
13 | |
---|
14 | documentation: latex |
---|
15 | |
---|
16 | latex: *.tex |
---|
17 | latex2html -dir html -split 0 *.tex |
---|
18 | |
---|
19 | all: doxy |
---|
20 | |
---|
21 | distclean: doxyclean |
---|
22 | |
---|
23 | doxy: |
---|
24 | @if test x"$(has_doxygen)" == xtrue ; then \ |
---|
25 | if test -f $(DOXYGEN_CONF) ; then \ |
---|
26 | doxygen $(DOXYGEN_CONF) ; \ |
---|
27 | else \ |
---|
28 | echo "Sorry, doxygen conf file $(DOXYGEN_CONF) does not exist" ; \ |
---|
29 | fi ; \ |
---|
30 | else \ |
---|
31 | echo "Sorry, you do not have doxygen in your PATH." ; \ |
---|
32 | fi |
---|
33 | |
---|
34 | doxyclean: |
---|
35 | @for folder in $(DOXYGEN_FOLDERS) ; do \ |
---|
36 | if test -d $$folder ; then \ |
---|
37 | rm -rf $$folder ; \ |
---|
38 | fi \ |
---|
39 | done |
---|
40 | |
---|
Note: See
TracBrowser
for help on using the repository browser.