diff options
| author | 2010-02-01 20:29:50 +0100 | |
|---|---|---|
| committer | 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 | |||
| 148 | tools/Makefile | 148 | tools/Makefile |
| 149 | swig/Makefile | 149 | swig/Makefile |
| 150 | libimobiledevice-1.0.pc | 150 | libimobiledevice-1.0.pc |
| 151 | doxygen.cfg | ||
| 151 | ]) | 152 | ]) |
| 152 | 153 | ||
| 153 | echo " | 154 | 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 | |||
| 25 | # The PROJECT_NAME tag is a single word (or a sequence of words surrounded | 25 | # The PROJECT_NAME tag is a single word (or a sequence of words surrounded |
| 26 | # by quotes) that should identify the project. | 26 | # by quotes) that should identify the project. |
| 27 | 27 | ||
| 28 | PROJECT_NAME = libiphone | 28 | PROJECT_NAME = @PACKAGE@ |
| 29 | 29 | ||
| 30 | # The PROJECT_NUMBER tag can be used to enter a project or revision number. | 30 | # The PROJECT_NUMBER tag can be used to enter a project or revision number. |
| 31 | # This could be handy for archiving the generated documentation or | 31 | # This could be handy for archiving the generated documentation or |
| 32 | # if some version control system is used. | 32 | # if some version control system is used. |
| 33 | 33 | ||
| 34 | PROJECT_NUMBER = 0.9.6 | 34 | PROJECT_NUMBER = @VERSION@ |
| 35 | 35 | ||
| 36 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) | 36 | # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) |
| 37 | # base path where the generated documentation will be put. | 37 | # base path where the generated documentation will be put. |
| @@ -534,7 +534,7 @@ WARN_LOGFILE = | |||
| 534 | # directories like "/usr/src/myproject". Separate the files or directories | 534 | # directories like "/usr/src/myproject". Separate the files or directories |
| 535 | # with spaces. | 535 | # with spaces. |
| 536 | 536 | ||
| 537 | INPUT = src include/libiphone | 537 | INPUT = src include/@PACKAGE@ |
| 538 | 538 | ||
| 539 | # This tag can be used to specify the character encoding of the source files | 539 | # This tag can be used to specify the character encoding of the source files |
| 540 | # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is | 540 | # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
