Add some Doxygen checks.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 26 Apr 2013 17:49:00 +0000 (17:49 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 26 Apr 2013 17:49:00 +0000 (17:49 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@49051 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am
epan/Makefile.am
ui/Makefile.am

index 9f7de5d30ddfadb53e732b233c1bfa90337d28dc..ebf73b738b8d9a66e13224634ad4842ba9f84887 100644 (file)
@@ -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
index 0c07b59df6b4697fa0edca6472341abaa73f93ec..9a8892e2542e6230229b36d3291a0881148c6f5d 100644 (file)
@@ -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
index 0c99b305562cda3ba443d83633b974b6cea218c0..713a55fc8962371c224f248c0a2f6d411b9e5983 100644 (file)
@@ -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