summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-04-26 17:49:00 +0000
committerGerald Combs <gerald@wireshark.org>2013-04-26 17:49:00 +0000
commitea5829c50bcb5a143cbf6c5ecefa4705987de532 (patch)
tree258d375d4ffb533fd28152455eafed025f94188b
parent32d63847259079d65230d40757524c12e3fba742 (diff)
downloadwireshark-ea5829c50bcb5a143cbf6c5ecefa4705987de532.tar.gz
Add some Doxygen checks.
svn path=/trunk/; revision=49051
-rw-r--r--Makefile.am4
-rw-r--r--epan/Makefile.am2
-rw-r--r--ui/Makefile.am2
3 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f7de5d30d..ebf73b738b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1152,10 +1152,14 @@ checkapi: checkapi_local
cd wsutil && $(MAKE) checkapi
wsar_html: doxygen.cfg doxygen_global.cfg
+if HAVE_DOXYGEN
$(DOXYGEN) doxygen.cfg
cd epan && $(MAKE) $@
cd ui && $(MAKE) $@
+endif
wsar-zip: wsar_html
+if HAVE_DOXYGEN
rm -f wsar_html.zip
zip -rq wsar_html.zip wsar_html
+endif
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 0c07b59df6..9a8892e254 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -294,7 +294,9 @@ if HAVE_DOXYGEN
endif # HAVE_DOXYGEN
wsar_html: doxygen.cfg ../doxygen_global.cfg
+if HAVE_DOXYGEN
$(DOXYGEN) doxygen.cfg
+endif
# ABI compliance checker can be obtained from
# http://ispras.linux-foundation.org/index.php/ABI_compliance_checker
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 0c99b30556..713a55fc89 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -70,7 +70,9 @@ if HAVE_DOXYGEN
endif # HAVE_DOXYGEN
wsar_html: doxygen.cfg ../doxygen_global.cfg
+if HAVE_DOXYGEN
$(DOXYGEN) doxygen.cfg
+endif
checkapi: checkapi-base checkapi-todo