summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.win.in
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.win.in')
-rw-r--r--examples/Makefile.win.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/examples/Makefile.win.in b/examples/Makefile.win.in
index 1caef19..86e2a94 100644
--- a/examples/Makefile.win.in
+++ b/examples/Makefile.win.in
@@ -22,10 +22,12 @@ all: class/html/index.html \
tag/html/index.html \
group/html/index.html \
diagrams/html/index.html \
- memgrp/html/index.html
+ memgrp/html/index.html \
+ docstring/html/index.html \
+ pyexample/html/index.html
clean:
- deltree /y class define enum file
+ deltree /y class define enum file pyexample docstring
deltree /y func page relates author
deltree /y par overload example include qtstyle
deltree /y jdstyle structcmd autolink resdefine
@@ -97,5 +99,12 @@ group/html/index.html: group.cpp group.cfg
memgrp/html/index.html: memgrp.cpp memgrp.cfg
$(DOXYDIR)\doxygen memgrp.cfg
+pyexample/html/index.html: pyexample.py pyexample.cfg
+ $(DOXYDIR)\doxygen pyexample.cfg
+
+docstring/html/index.html: docstring.py docstring.cfg
+ $(DOXYDIR)\doxygen docstring.cfg
+
diagrams/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg
$(DOXYDIR)\doxygen diagrams.cfg
+