summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.in
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2011-03-28 14:10:48 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2011-03-28 14:10:48 (GMT)
commit145b564516f82be1bb4cc5a82277e7c9d10ca5ca (patch)
tree586c86db1de8495083071cb415bddb31c7e9cacb /examples/Makefile.in
parent62d4d65ad07413ca2f6d04939e2273dc3e0db957 (diff)
downloadDoxygen-145b564516f82be1bb4cc5a82277e7c9d10ca5ca.zip
Doxygen-145b564516f82be1bb4cc5a82277e7c9d10ca5ca.tar.gz
Doxygen-145b564516f82be1bb4cc5a82277e7c9d10ca5ca.tar.bz2
Release-1.7.4
Diffstat (limited to 'examples/Makefile.in')
-rw-r--r--examples/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 6db4f01..55bce8f 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -25,13 +25,16 @@ all: class/html/index.html \
docstring/html/index.html \
pyexample/html/index.html \
mux/html/index.html \
- manual/html/index.html
+ manual/html/index.html
+
+# Disabled since it is broken :-(
+# dbusxml/html/index.html
clean:
rm -rf class define enum file func page relates author \
par overload example include qtstyle jdstyle structcmd \
autolink tag restypedef afterdoc template tag group diagrams \
- memgrp docstring pyexample mux manual
+ memgrp docstring pyexample mux manual dbusxml
class/html/index.html: class.h class.cfg
$(DOXYGEN)/bin/doxygen class.cfg
@@ -113,6 +116,9 @@ manual/html/index.html: manual.c manual.cfg
docstring/html/index.html: docstring.py docstring.cfg
$(DOXYGEN)/bin/doxygen docstring.cfg
+#dbusxml/html/index.html: dbusxml.xml dbusxml.cfg
+# $(DOXYGEN)/bin/doxygen dbusxml.cfg
+
diagrams/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg
ifneq ($(HAVE_DOT),)
$(DOXYGEN)/bin/doxygen diagrams.cfg