diff options
author | David Robillard <d@drobilla.net> | 2008-10-01 14:18:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-01 14:18:46 +0000 |
commit | eb57e325abcfef5324b428092a52fd440ffb3126 (patch) | |
tree | 5e1308bce782589aa3b418c52f91fa52b3a43447 /doc/reference.doxygen.in | |
parent | 7668ddc2ed7794416c0136180689b82f7c76d7c3 (diff) | |
download | raul-eb57e325abcfef5324b428092a52fd440ffb3126.tar.gz raul-eb57e325abcfef5324b428092a52fd440ffb3126.tar.bz2 raul-eb57e325abcfef5324b428092a52fd440ffb3126.zip |
Library versioning.
Work on documentation buildding.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1573 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r-- | doc/reference.doxygen.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index f01c914..dd65b3c 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -31,14 +31,14 @@ PROJECT_NAME = "RAUL" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = @PACKAGE_VERSION@ +PROJECT_NUMBER = @RAUL_VERSION@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # 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 = +OUTPUT_DIRECTORY = @RAUL_DOC_DIR@ # 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 |