diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-03-04 18:15:26 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-03-04 18:15:26 (GMT) |
commit | 9a5a2a29679e83614c9080153af3137bd789b07c (patch) | |
tree | 7f8c5eaa5a77ac75d6ad859cb234980df74d587f /examples | |
parent | 8fd138270b7f599ee8e67894c2f1c6026c1ceb3d (diff) | |
download | Doxygen-9a5a2a29679e83614c9080153af3137bd789b07c.zip Doxygen-9a5a2a29679e83614c9080153af3137bd789b07c.tar.gz Doxygen-9a5a2a29679e83614c9080153af3137bd789b07c.tar.bz2 |
Release-1.2.5-20010304
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.in | 6 | ||||
-rw-r--r-- | examples/Makefile.win.in | 4 | ||||
-rw-r--r-- | examples/tag.cfg | 2 |
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 |