diff options
author | David Robillard <d@drobilla.net> | 2007-05-09 01:34:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-05-09 01:34:35 +0000 |
commit | 3433ad241b069037d780c528ff462b3ce7c2c3be (patch) | |
tree | cb7caceaf721cbc7d658a814838dcd924356fb02 /doc | |
parent | 9b0b42f31a6e03a5caed14cd73802729c31b6b6e (diff) | |
download | lilv-3433ad241b069037d780c528ff462b3ce7c2c3be.tar.gz lilv-3433ad241b069037d780c528ff462b3ce7c2c3be.tar.bz2 lilv-3433ad241b069037d780c528ff462b3ce7c2c3be.zip |
Ontology install path fixes.
0.0.1 versioning stuff.
Removed GNU 'standard' files I don't maintain anyway and make automake shutup about it.
git-svn-id: http://svn.drobilla.net/lad/slv2@521 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/reference.doxygen.in | 28 |
2 files changed, 16 insertions, 14 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ecbbcde..afe8776 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,6 @@ EXTRA_DIST = mainpage.dox reference.doxygen +all-local: doc + doc: $(top_srcdir)/doc/reference.doxygen $(top_srcdir)/slv2/*.h doxygen $(top_srcdir)/doc/reference.doxygen diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index bfcd911..c3202af 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -32,7 +32,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_srcdir@/doc +OUTPUT_DIRECTORY = @abs_top_srcdir@/doc # 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 @@ -419,19 +419,19 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/doc/mainpage.dox \ - @top_srcdir@/slv2/lv2.h \ - @top_srcdir@/slv2/types.h \ - @top_srcdir@/slv2/util.h \ - @top_srcdir@/slv2/value.h \ - @top_srcdir@/slv2/values.h \ - @top_srcdir@/slv2/world.h \ - @top_srcdir@/slv2/plugin.h \ - @top_srcdir@/slv2/pluginclass.h \ - @top_srcdir@/slv2/pluginclasses.h \ - @top_srcdir@/slv2/plugininstance.h \ - @top_srcdir@/slv2/plugins.h \ - @top_srcdir@/slv2/port.h +INPUT = @abs_top_srcdir@/doc/mainpage.dox \ + @abs_top_srcdir@/slv2/lv2.h \ + @abs_top_srcdir@/slv2/types.h \ + @abs_top_srcdir@/slv2/util.h \ + @abs_top_srcdir@/slv2/value.h \ + @abs_top_srcdir@/slv2/values.h \ + @abs_top_srcdir@/slv2/world.h \ + @abs_top_srcdir@/slv2/plugin.h \ + @abs_top_srcdir@/slv2/pluginclass.h \ + @abs_top_srcdir@/slv2/pluginclasses.h \ + @abs_top_srcdir@/slv2/plugininstance.h \ + @abs_top_srcdir@/slv2/plugins.h \ + @abs_top_srcdir@/slv2/port.h # If the value of the INPUT tag contains directories, you can use the |