Print

Print


Commit in www-lcsim/build on MAIN
detectors-index.sh+2-21.2 -> 1.3
detectors.sh+21.3 -> 1.4
+4-2
2 modified files


www-lcsim/build
detectors-index.sh 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- detectors-index.sh	3 Jun 2005 00:40:14 -0000	1.2
+++ detectors-index.sh	4 Aug 2005 03:31:49 -0000	1.3
@@ -39,8 +39,8 @@
   # make the index page using XSL processor with stylesheet
   xml tr --omit-decl xsl/detectors.xsl ./tmp/compact_all >> ./tmp/index.html
 
-  # tidy up the output HTML file
-  tidy -raw -m ./tmp/index.html
+  # tidy up the output HTML file ... and SU!
+  tidy -raw -m ./tmp/index.html &> /dev/null
 
   # copy the index to detectors/
   cp ./tmp/index.html ./detectors

www-lcsim/build
detectors.sh 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- detectors.sh	29 Jul 2005 06:57:39 -0000	1.3
+++ detectors.sh	4 Aug 2005 03:31:49 -0000	1.4
@@ -17,3 +17,5 @@
 )
 
 rm -rf LCDetectors
+
+chmod 775 detectors/*
CVSspam 0.2.8