|
From: <zw...@ma...> - 2009-05-27 08:49:30
|
Author: zwelch Date: 2009-05-27 08:49:24 +0200 (Wed, 27 May 2009) New Revision: 1919 Added: trunk/tcl/ Removed: trunk/src/tcl/ Modified: trunk/Makefile.am Log: Move TCL script files -- Step 2 of 2: - Move src/tcl to tcl/. - Update top Makefile.am to use new path name. Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2009-05-27 06:44:43 UTC (rev 1918) +++ trunk/Makefile.am 2009-05-27 06:49:24 UTC (rev 1919) @@ -29,7 +29,7 @@ $(MAKE) Doxyfile doxygen Doxyfile 2>&1 | perl $(srcdir)/tools/logger.pl > doxygen.log -TCL_PATH = src/tcl +TCL_PATH = tcl # command to find paths of script files, relative to TCL_PATH TCL_FILES := find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' | \ sed -e 's,^$(srcdir)/$(TCL_PATH),,' Copied: trunk/tcl (from rev 1918, trunk/src/tcl) |