Add _script/README and fix _script/math.sh documentation.
authorW. Trevor King <wking@drexel.edu>
Thu, 7 Oct 2010 13:15:29 +0000 (09:15 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 7 Oct 2010 13:15:29 +0000 (09:15 -0400)
_script/README [new file with mode: 0644]
_script/math.sh

diff --git a/_script/README b/_script/README
new file mode 100644 (file)
index 0000000..99e8084
--- /dev/null
@@ -0,0 +1,27 @@
+Most of the content in the source repository is ready-to-serve, but
+there are some files that must be generated from the raw source.  The
+scripts in this directory automatically generate those files.  Run
+  build-all.sh
+from anywhere inside the source repository to generate the files, and
+  clean-all.sh
+to restore the source repository to a pristine state.
+
+If you want more finely grained control,
+  build.sh DIR
+builds everything at and below a directory DIR, except for tables of
+contents not attached to DIR's.
+  clean.sh DIR
+undoes everything that buld.sh did.
+  math.sh DIR
+converts any itex contained in files matching *.itex2MML to MathML.
+You'll need itex2MML
+  http://golem.ph.utexas.edu/~distler/blog/itex2MML.html
+installed for this to work.
+  make_tar.sh
+generates tarballs for any directory containing a .make_tar file.
+
+You may have to add the _script/ directory to your PATH for the
+scripts to work.  You can accomplish that from the root source
+directory with
+  export PATH="$PATH:$(pwd)/_script"
+if you're using the Bash shell.  You're on your own for other shells.
index 4b5b916463b779b50fd111331dd9567872dbe1da..34aa455eeb05c9fd91261f4706c1f198c240fa99 100755 (executable)
@@ -1,13 +1,6 @@
 #!/bin/bash
 #
-# (re)generate source tarballs for any directory containing a
-# .make_tar file.  Will *not* include any dot files (e.g. .make_tar)
-# .make_tar should contain a relative path to the directory that
-# provides the tarball's base name.  For example
-#   $ echo some_dir/src/.make_tar
-#   ../
-# calls for an output
-#   some_dir/src/some_dir.tar.gz
+# (re)generate MathML files from *.itex2MML source.
 
 ITEX2MML=itex2MML
 CLEAN=0