diff options
-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 |