diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-03-04 18:15:26 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-03-04 18:15:26 (GMT) |
commit | 6b40e3de857d42921d0e6b736d9768d95e948da9 (patch) | |
tree | 7f8c5eaa5a77ac75d6ad859cb234980df74d587f /examples/Makefile.in | |
parent | ef3faee6f1fd013ae63914140ea7ff59a28199c1 (diff) | |
download | Doxygen-6b40e3de857d42921d0e6b736d9768d95e948da9.zip Doxygen-6b40e3de857d42921d0e6b736d9768d95e948da9.tar.gz Doxygen-6b40e3de857d42921d0e6b736d9768d95e948da9.tar.bz2 |
Release-1.2.5-20010304
Diffstat (limited to 'examples/Makefile.in')
-rw-r--r-- | examples/Makefile.in | 6 |
1 files changed, 3 insertions, 3 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 |