diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-08 20:42:05 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-08 20:42:05 (GMT) |
commit | 6c268019f8ce8b58058e7f7f8204c82b8d0ac190 (patch) | |
tree | 28a24e8c88d32a50bc5bef6d49306553267dc5ab /examples/Makefile.in | |
parent | b5fb0aa0f1c2a5373ed97b127e2daeeb81ab38f2 (diff) | |
download | Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.zip Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.tar.gz Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.tar.bz2 |
Release-1.1.3
Diffstat (limited to 'examples/Makefile.in')
-rw-r--r-- | examples/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in index 01d8e41..a04c9f6 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -20,12 +20,14 @@ all: class/html/index.html \ template/html/index.html \ tag/html/index.html \ group/html/index.html \ - diagrams/html/index.html + diagrams/html/index.html \ + memgrp/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 + autolink tag restypedef afterdoc template tag group diagrams \ + memgrp class/html/index.html: class.h class.cfg $(DOXYGEN)/bin/doxygen class.cfg @@ -92,6 +94,9 @@ template/html/index.html: templ.cpp templ.cfg group/html/index.html: group.cpp group.cfg $(DOXYGEN)/bin/doxygen group.cfg +memgrp/html/index.html: memgrp.cpp memgrp.cfg + $(DOXYGEN)/bin/doxygen memgrp.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 |