diff options
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 |