summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-02-01 20:29:50 +0100
committerGravatar Matt Colyer2010-02-02 09:08:48 -0800
commit8128b54e183f8c955165846d88942d7ff74edce9 (patch)
tree1ee0664c46a829d0abf8494ea95db77883f61b54
parentd84b88a61d2c1fffa17421a3ea72152d429d4822 (diff)
downloadlibimobiledevice-8128b54e183f8c955165846d88942d7ff74edce9.tar.gz
libimobiledevice-8128b54e183f8c955165846d88942d7ff74edce9.tar.bz2
Set PROJECT_NAME and PROJECT_NUMBER for doxygen via autofoo
-rw-r--r--configure.ac1
-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