summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-01-21 14:21:07 -0500
committerKeith Packard <keithp@keithp.com>2010-01-24 12:52:20 -0800
commit2984c18eb994696927a7f3b94d86fd47907334a0 (patch)
tree5ab788c93fb06b05cd8cba483b49f23d2bdfa1fa /hw
parentd9c20ee4191de7276a08288adffc24dff48aff8f (diff)
config: replace custom code with reusable macro XORG_WITH_DOXYGEN
XORG_WITH_DOXYGEN provides additional functions like a configure option which allow platform builders to control the usage of the doxygen program. This is a requirement from platforms that do not have such doc tool. A platform with a back level doxygen may use --without-doxygen to get the rest of the documentation built. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/dmx/doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/doc/Makefile.am b/hw/dmx/doc/Makefile.am
index 0fb6e8949..c6fc1c9d3 100644
--- a/hw/dmx/doc/Makefile.am
+++ b/hw/dmx/doc/Makefile.am
@@ -62,7 +62,7 @@ dist-local: html/annotated.html
html/annotated.html: $(DOXYGEN_SRC)
$(DOXYGEN) $(srcdir)/doxygen.conf
-clean-local:
+maintainer-clean-local:
rm -rf html/
endif