summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-01 01:09:44 +0000
committerDavid Robillard <d@drobilla.net>2007-12-01 01:09:44 +0000
commitda3e29275d82550c352d85dd0a2b44064b037bcc (patch)
treee94170e6bd68c5248d18fc5cea182169c1e4a376 /doc
parent66d5e28a5704deb3fd15d2e4d2cb9f1b30f983ba (diff)
downloadlilv-da3e29275d82550c352d85dd0a2b44064b037bcc.tar.gz
lilv-da3e29275d82550c352d85dd0a2b44064b037bcc.tar.bz2
lilv-da3e29275d82550c352d85dd0a2b44064b037bcc.zip
Remove useless inmaintained ChangeLog/NEWS files.
More documentation fixes. SLV2 version 0.3.2. git-svn-id: http://svn.drobilla.net/lad/slv2@930 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am28
-rw-r--r--doc/reference.doxygen.in2
2 files changed, 18 insertions, 12 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 50532ed..33cb830 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,15 +1,21 @@
-EXTRA_DIST = mainpage.dox man.dox html.dox reference.doxygen
+dist_man_MANS = \
+ man/man3/slv2.3 \
+ man/man3/slv2_collections.3 \
+ man/man3/slv2_data.3 \
+ man/man3/slv2_library.3 \
+ man/man3/slv2_util.3 \
+ man/man3/slv2_world.3
-man_MANS = \
- @abs_top_builddir@/doc/slv2/man/man3/slv2.3 \
- @abs_top_builddir@/doc/slv2/man/man3/slv2_collections.3 \
- @abs_top_builddir@/doc/slv2/man/man3/slv2_data.3 \
- @abs_top_builddir@/doc/slv2/man/man3/slv2_library.3 \
- @abs_top_builddir@/doc/slv2/man/man3/slv2_util.3 \
- @abs_top_builddir@/doc/slv2/man/man3/slv2_world.3
+EXTRA_DIST = mainpage.dox reference.doxygen.in $(man_MANS)
-all-local: docs
+%.3:
+ make docs
-docs: $(srcdir)/reference.doxygen.in reference.doxygen $(srcdir)/../slv2/*.h
- mkdir -p @abs_top_builddir@/doc/slv2
+reference.doxygen: @SLV2_SRCDIR@/doc/reference.doxygen.in
+
+distclean-local:
+ rm -rf man html
+
+docs: reference.doxygen @SLV2_SRCDIR@/slv2/*.h
doxygen reference.doxygen
+
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index b7fbe90..8ab5f57 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -38,7 +38,7 @@ PROJECT_NUMBER = @PACKAGE_VERSION@
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
-OUTPUT_DIRECTORY = @top_builddir@/doc/slv2
+OUTPUT_DIRECTORY =
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output