summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-03-04 18:15:26 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-03-04 18:15:26 (GMT)
commit6b40e3de857d42921d0e6b736d9768d95e948da9 (patch)
tree7f8c5eaa5a77ac75d6ad859cb234980df74d587f /examples
parentef3faee6f1fd013ae63914140ea7ff59a28199c1 (diff)
downloadDoxygen-6b40e3de857d42921d0e6b736d9768d95e948da9.zip
Doxygen-6b40e3de857d42921d0e6b736d9768d95e948da9.tar.gz
Doxygen-6b40e3de857d42921d0e6b736d9768d95e948da9.tar.bz2
Release-1.2.5-20010304
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in6
-rw-r--r--examples/Makefile.win.in4
-rw-r--r--examples/tag.cfg2
3 files changed, 4 insertions, 8 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index a04c9f6..07906aa 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -77,10 +77,10 @@ structcmd/html/index.html: structcmd.h structcmd.cfg
autolink/html/index.html: autolink.cpp autolink.cfg
$(DOXYGEN)/bin/doxygen autolink.cfg
-tag/html/index.html: tag.cpp tag.cfg
+tag/html/index.html: tag.cpp tag.cfg example/html/index.html
$(DOXYGEN)/bin/doxygen tag.cfg
- sed -e "1,1s#perl#$(PERL)#g" tag/html/installdox >tag/html/installdox.perl
- cd tag/html ; $(PERL) installdox.perl -lexample.tag@../../example/html
+# sed -e "1,1s#perl#$(PERL)#g" tag/html/installdox >tag/html/installdox.perl
+# cd tag/html ; $(PERL) installdox.perl -lexample.tag@../../example/html
restypedef/html/index.html: restypedef.cpp restypedef.cfg
$(DOXYGEN)/bin/doxygen restypedef.cfg
diff --git a/examples/Makefile.win.in b/examples/Makefile.win.in
index 9406f1e..1caef19 100644
--- a/examples/Makefile.win.in
+++ b/examples/Makefile.win.in
@@ -81,10 +81,6 @@ autolink/html/index.html: autolink.cpp autolink.cfg
tag/html/index.html: tag.cpp tag.cfg
$(DOXYDIR)\doxygen tag.cfg
- cd tag\html
- echo perl installdox -lexample.tag@../../example/html >runperl.bat
- runperl.bat
- cd ..\..
restypedef/html/index.html: restypedef.cpp restypedef.cfg
$(DOXYDIR)\doxygen restypedef.cfg
diff --git a/examples/tag.cfg b/examples/tag.cfg
index 6b71953..9e79152 100644
--- a/examples/tag.cfg
+++ b/examples/tag.cfg
@@ -5,7 +5,7 @@ GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
INPUT = tag.cpp
-TAGFILES = example.tag
+TAGFILES = example.tag=../../example/html
PERL_PATH = perl
QUIET = YES
JAVADOC_AUTOBRIEF = YES