|
From: <sg...@us...> - 2007-11-10 04:29:38
|
Revision: 109
http://toc.svn.sourceforge.net/toc/?rev=109&view=rev
Author: sgbeal
Date: 2007-11-09 20:29:42 -0800 (Fri, 09 Nov 2007)
Log Message:
-----------
added visual queue when Doxyfile is (re)created
Modified Paths:
--------------
make-book/trunk/code/ShakeNMake/shake-n-make.make
Modified: make-book/trunk/code/ShakeNMake/shake-n-make.make
===================================================================
--- make-book/trunk/code/ShakeNMake/shake-n-make.make 2007-11-10 04:06:52 UTC (rev 108)
+++ make-book/trunk/code/ShakeNMake/shake-n-make.make 2007-11-10 04:29:42 UTC (rev 109)
@@ -618,6 +618,7 @@
-e 's,@PERL@,$(ShakeNMake.BINS.PERL),' \
-e 's,@USE_DOT@,$(ShakeNMake.DOXYGEN.USE_DOT),' \
< $(ShakeNMake.DOXYGEN.DOXYFILE_TEMPLATE) > $@
+ @echo "Created $@"
doxygen-clean:
@test -d $(ShakeNMake.DOXYGEN.OUTPUT_DIR) && rm -fr $(ShakeNMake.DOXYGEN.OUTPUT_DIR); \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|