Commit 1affceb7 authored by Jeremy Hylton's avatar Jeremy Hylton

no longer relevant

parent 6c641c85
#!/bin/sh
R=$1
M=ExtensionClass
StructuredText -t < $M.stx > $M.html
StructuredText -t < Installation > Installation.html
StructuredText -t < Acquisition.stx > Acquisition.html
StructuredText -t < MultiMapping.stx > MultiMapping.html
StructuredText -t < COPYRIGHT.txt > COPYRIGHT.html
StructuredText -t < release.notes > release.html
StructuredText -t < index.stx > index.html
rm -rf "$M-$R"
mkdir "$M-$R"
for f in `cat release.fl`; do
cp $f "$M-$R/"
done
tar cvf - "$M-$R" | gzip > "$M-$R.tar.gz"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment