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