source:
doc/Makefile.am
@
32669d9
Last change on this file since 32669d9 was 876c5e7, checked in by , 20 years ago | |
---|---|
|
|
File size: 513 bytes |
Rev | Line | |
---|---|---|
[36bc60c] | 1 | EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \ |
[3050cb8] | 2 | aubionotes.sgml aubioonset.sgml \ |
3 | aubioonset.1 aubionotes.1 | |
[96fb8ad] | 4 | |
[e997b1a] | 5 | man_MANS = aubionotes.1 aubioonset.1 |
[77494e7] | 6 | CLEANFILES = $(man_MANS) |
[96fb8ad] | 7 | |
8 | all: | |
9 | ||
10 | update-docs: doc-devel | |
11 | ||
12 | doc-clean: | |
13 | -rm -rf devel | |
14 | ||
15 | maintainer-clean-local: doc-clean | |
16 | ||
17 | doc-devel: | |
[876c5e7] | 18 | doxygen $(srcdir)/devel.cfg |
[96fb8ad] | 19 | |
20 | doc-user: | |
[876c5e7] | 21 | doxygen $(srcdir)/user.cfg |
[96fb8ad] | 22 | |
23 | doc-examples: | |
[876c5e7] | 24 | doxygen $(srcdir)/examples.cfg |
[dba3b1a] | 25 | |
[e997b1a] | 26 | %.sgml: |
27 | ||
28 | %.1: %.sgml | |
29 | docbook-to-man $< > $*.1 | |
[5a61c29] | 30 | |
[96fb8ad] | 31 | clean: |
[876c5e7] | 32 | rm -rf devel user examples |
[aa3c8b7] | 33 | |
[b073447] | 34 | distclean-hook: clean |
Note: See TracBrowser
for help on using the repository browser.