BIND 10 trac1531, updated. fbe7a931b3f74452a87449ff17792f40b8d8e08e [1531] Changes after Jeremy's review.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 8 15:09:23 UTC 2012
The branch, trac1531 has been updated
via fbe7a931b3f74452a87449ff17792f40b8d8e08e (commit)
from 21c1954e0e26413c1110f68d2b7c730ae79c3d44 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fbe7a931b3f74452a87449ff17792f40b8d8e08e
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Tue May 8 17:08:48 2012 +0200
[1531] Changes after Jeremy's review.
-----------------------------------------------------------------------
Summary of changes:
doc/Doxyfile | 8 ++++++--
doc/Makefile.am | 7 +++++--
doc/devel/mainpage.dox | 3 ++-
3 files changed, 13 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/Doxyfile b/doc/Doxyfile
index d7706d2..0af26d9 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -25,13 +25,17 @@ 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 = BIND
+PROJECT_NAME = BIND10
# 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 = 10.0.0
+# Currently this variable is overwritten (see devel target in Makefile.am)
+# If the number of paramters to overwrite increases, we should generate
+# Doxyfile (rename it to Doxyfile.in and generate during configure phase)
+
+PROJECT_NUMBER =
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 833a56c..7642220 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,8 +4,11 @@ EXTRA_DIST = version.ent.in
devel:
mkdir -p html
- doxygen Doxyfile > html/doxygen.log 2> html/doxygen-error.log
- echo "`wc -l html/doxygen-error.log` warnings/errors detected."
+ (cat Doxyfile; echo PROJECT_NUMBER=$(PACKAGE_VERSION)) | doxygen - > html/doxygen.log 2> html/doxygen-error.log
+ echo `grep -i ": warning:" html/doxygen-error.log | wc -l` warnings/errors detected.
+
+clean:
+ rm -rf html
# That's a bit of a hack, but we are making sure that devel target
# is always valid. The alternative is to make devel depend on all
diff --git a/doc/devel/mainpage.dox b/doc/devel/mainpage.dox
index fd14a44..a472add 100644
--- a/doc/devel/mainpage.dox
+++ b/doc/devel/mainpage.dox
@@ -8,7 +8,8 @@
* for existing and prospective contributors.
*
* If you are a user or system administrator, rather than software engineer,
- * you should read BIND10 Guide (Administrator Reference for BIND10) instead.
+ * you should read <a href="http://bind10.isc.org/docs/bind10-guide.html">BIND10
+ * Guide (Administrator Reference for BIND10)</a> instead.
*
* Regardless of your field of expertise, you are encouraged to visit
* <a href="http://bind10.isc.org/">BIND10 webpage (http://bind10.isc.org)</a>
More information about the bind10-changes
mailing list