diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:34:06 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:34:06 (GMT) |
commit | ee8333a5d2ecf84deeb5d05ed8b23c212729cdac (patch) | |
tree | 43e0b215b5d3d2b436509cbb1cd22102aef61b1d /examples | |
parent | 6aa7383e23c850af36c25b87e5737a2e2f635083 (diff) | |
download | Doxygen-ee8333a5d2ecf84deeb5d05ed8b23c212729cdac.zip Doxygen-ee8333a5d2ecf84deeb5d05ed8b23c212729cdac.tar.gz Doxygen-ee8333a5d2ecf84deeb5d05ed8b23c212729cdac.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 |