Print

Print


Commit in www-lcsim/build on MAIN
lcdd-schema.sh+6-71.5 -> 1.6
Updated WWW schema script to place html docs in schema directories.

www-lcsim/build
lcdd-schema.sh 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- lcdd-schema.sh	6 Jul 2005 05:49:46 -0000	1.5
+++ lcdd-schema.sh	31 Aug 2005 19:28:54 -0000	1.6
@@ -18,15 +18,14 @@
 
   # update LCDD schema docs
   cd lcdd
-  export LCDD_BASE=`pwd`  
-
+  export LCDD_BASE=`pwd`
+  
+  # generate html schema documentation
   ./scripts/gen-xs-docs.sh
 
-  if [ ! -e "../../software/lcdd/schema_doc/" ]; then
-    mkdir ../../software/lcdd/schema_doc/
-  fi
-
-  cp ./doc/schemas/*.html ../../software/lcdd/schema_doc/
+  # copy html docs to schema areas
+  cp ./doc/schemas/lcdd*.html ../../schemas/lcdd/${lcdd_schema_ver}/
+  cp ./doc/schemas/gdml*.html ../../schemas/gdml/${gdml_schema_ver}/
 )
 
 rm -rf ./tmp
CVSspam 0.2.8