aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-04-26 00:07:42 +0000
committerGerald Combs <gerald@wireshark.org>2013-04-26 00:07:42 +0000
commite6434ae19ec7f731a7e52cf34d4e2ac5cfc53336 (patch)
treec573fa0bed63eb20ff976d398b2326c775ef2804 /epan/Makefile.am
parentc3d7f57f58bcc7062b9b1bb8cc438e0b57806505 (diff)
Update the main, epan, and ui Doxygen configuration files. Change the
output directory to wsar_html (Wireshark API Reference HTML) to match the Docbook naming convention. In each doxygen.cfg.in move the doxygen_global.cfg to the top of the file so that our local definitions don't get clobbered. Add makefile targets for wsar_html and wsar-zip. svn path=/trunk/; revision=49043
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index f77d645ee9..0c07b59df6 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -293,6 +293,9 @@ if HAVE_DOXYGEN
$(AM_V_GEN)$(DOXYGEN) doxygen.cfg
endif # HAVE_DOXYGEN
+wsar_html: doxygen.cfg ../doxygen_global.cfg
+ $(DOXYGEN) doxygen.cfg
+
# ABI compliance checker can be obtained from
# http://ispras.linux-foundation.org/index.php/ABI_compliance_checker
# Checked using version 1.21.12