[docs] xmldocs - racke modified bin/stattree

docs at icdevgroup.org docs at icdevgroup.org
Sun Sep 4 18:02:33 EDT 2005


User:      racke
Date:      2005-09-04 22:02:33 GMT
Modified:  bin      stattree
Log:
use absolute path for MANIFEST copy, otherwise they might end up in
a wrong place (symlinks)

Revision  Changes    Path
1.45      +2 -1      xmldocs/bin/stattree


rev 1.45, prev_rev 1.44
Index: stattree
===================================================================
RCS file: /var/cvs/xmldocs/bin/stattree,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- stattree	1 Sep 2005 23:12:38 -0000	1.44
+++ stattree	4 Sep 2005 22:02:32 -0000	1.45
@@ -135,7 +135,8 @@
 
 
 # Copy MANIFEST to "cache":
-`cp MANIFEST "../../tmp/$i{ver}.MANIFEST"`;
+
+`cp MANIFEST "$cpath/tmp/$i{ver}.MANIFEST"`;
 print "GEN: tmp/$i{ver}.MANIFEST\n";
 
 chdir $cpath; # Return to starting location








More information about the docs mailing list