Last change
on this file since dafe43 was 848729, checked in by Frederik Heber <heber@…>, 17 years ago |
Just a temporary commit
|
-
Property mode
set to
100755
|
File size:
331 bytes
|
Rev | Line | |
---|
[a0bcf1] | 1 | EXTRA_DIST = \
|
---|
| 2 | Doxyfile \
|
---|
| 3 | html
|
---|
| 4 |
|
---|
| 5 | SUFFIXES = .pdf .ps .dvi .tex .xml .html
|
---|
| 6 |
|
---|
| 7 | html-local: doxygen-docs
|
---|
| 8 |
|
---|
| 9 | doxygen-docs:
|
---|
| 10 | cd $(srcdir) && $(DOXYGEN)
|
---|
| 11 |
|
---|
| 12 |
|
---|
| 13 | clean-local:
|
---|
| 14 | rm -f *.aux *.bbl *.blg *.log *.aux.bak
|
---|
| 15 | distclean-local:
|
---|
| 16 | rm -f *.dvi *.ps *.pdf *.html $(GENMANDOCS) manpages.stamp
|
---|
| 17 |
|
---|
| 18 | .PHONY: allclean doxygen-docs
|
---|
| 19 | allclean: distclean
|
---|
| 20 |
|
---|
| 21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.