diff options
author | Nikias Bassen | 2010-02-01 20:29:50 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-02-02 11:33:03 +0100 |
commit | 75df2c66793176d7dc870decbf4b54c0f1d7f0e6 (patch) | |
tree | 1ee0664c46a829d0abf8494ea95db77883f61b54 | |
parent | d84b88a61d2c1fffa17421a3ea72152d429d4822 (diff) | |
download | libimobiledevice-75df2c66793176d7dc870decbf4b54c0f1d7f0e6.tar.gz libimobiledevice-75df2c66793176d7dc870decbf4b54c0f1d7f0e6.tar.bz2 |
Set PROJECT_NAME and PROJECT_NUMBER for doxygen via autofoo
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | doxygen.cfg.in (renamed from doxygen.cfg) | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e564301..594ce21 100644 --- a/configure.ac +++ b/configure.ac @@ -148,6 +148,7 @@ dev/Makefile tools/Makefile swig/Makefile libimobiledevice-1.0.pc +doxygen.cfg ]) echo " diff --git a/doxygen.cfg b/doxygen.cfg.in index b270b5d..b9429b8 100644 --- a/doxygen.cfg +++ b/doxygen.cfg.in @@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = libiphone +PROJECT_NAME = @PACKAGE@ # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.9.6 +PROJECT_NUMBER = @VERSION@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -534,7 +534,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = src include/libiphone +INPUT = src include/@PACKAGE@ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |