summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authormueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:34:06 (GMT)
committermueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:34:06 (GMT)
commitf18128845407f8612668950e112c2d5c3e0ff5be (patch)
tree43e0b215b5d3d2b436509cbb1cd22102aef61b1d /examples
parentdaf91dc906e217e81f77f491e0abf505a91289b8 (diff)
downloadDoxygen-f18128845407f8612668950e112c2d5c3e0ff5be.zip
Doxygen-f18128845407f8612668950e112c2d5c3e0ff5be.tar.gz
Doxygen-f18128845407f8612668950e112c2d5c3e0ff5be.tar.bz2
mods for doxygen-0.49-990829
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in (renamed from examples/Makefile)3
-rw-r--r--examples/Makefile.win.in (renamed from examples/Makefile.windows)4
2 files changed, 1 insertions, 6 deletions
diff --git a/examples/Makefile b/examples/Makefile.in
index 1bbc2c1..f37e22d 100644
--- a/examples/Makefile
+++ b/examples/Makefile.in
@@ -1,5 +1,4 @@
-include ../Makefile.config
-DOXYDIR = ../bin
+DOXYDIR = ../bin
all: class/html/index.html \
define/html/index.html \
diff --git a/examples/Makefile.windows b/examples/Makefile.win.in
index da7cd09..0b77836 100644
--- a/examples/Makefile.windows
+++ b/examples/Makefile.win.in
@@ -17,7 +17,6 @@ all: class/html/index.html \
structcmd/html/index.html \
autolink/html/index.html \
tag/html/index.html \
- resdefine/html/index.html \
restypedef/html/index.html \
afterdoc/html/index.html
@@ -83,9 +82,6 @@ tag/html/index.html: tag.cpp tag.cfg
runperl.bat
cd ..\..
-resdefine/html/index.html: resdefine.cpp resdefine.cfg
- $(DOXYDIR)\doxygen resdefine.cfg
-
restypedef/html/index.html: restypedef.cpp restypedef.cfg
$(DOXYDIR)\doxygen restypedef.cfg