summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-08-21 12:07:30 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-08-21 12:07:30 +0000
commit041391c746beff4016ca0a79744de154748438ce (patch)
tree27003b605db1c66c4a856aed8c6e4e4e944b4897 /common
parent5f48d06b012ec8326f6f1c38f11b0abe64a56878 (diff)
regenerate doxygen when a header or an example file is modified
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@376 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'common')
-rw-r--r--common/doxygen.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/doxygen.mk b/common/doxygen.mk
index 420049e..eca9237 100644
--- a/common/doxygen.mk
+++ b/common/doxygen.mk
@@ -166,8 +166,9 @@ doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
-@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
+@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS) $(DX_INPUT) $(DX_EXAMPLE_PATH)/$(DX_EXAMPLE_PATTERNS)
rm -rf @DX_DOCDIR@
+ INPUT='$(DX_INPUT)' EXAMPLE_PATH='$(DX_EXAMPLE_PATH)' EXAMPLE_PATTERNS='$(DX_EXAMPLE_PATTERNS)' \
$(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
DX_CLEANFILES = \