[Commits] [svn:einsteintoolkit] Paper_EinsteinToolkit_2010/ (Rev. 242)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Mon Nov 14 13:44:19 CST 2011
User: knarf
Date: 2011/11/14 01:44 PM
Modified:
/
make_arXiv.sh
Log:
fix script
File Changes:
Directory: /
============
File [modified]: make_arXiv.sh
Delta lines: +6 -3
===================================================================
--- make_arXiv.sh 2011-11-14 19:37:18 UTC (rev 241)
+++ make_arXiv.sh 2011-11-14 19:44:19 UTC (rev 242)
@@ -1,6 +1,6 @@
#!/bin/bash
rm -rf arXiv
-mkdir arXiv
+mkdir -p arXiv/figures
cp -a \
ET.tex\
ET.bbl\
@@ -9,7 +9,10 @@
iopams.sty\
widetext.sty\
iopart-num-edit.bst\
- figures\
+ arXiv/
+
+cp -a \
+ figures/*\
cactus-benchmarks/results-best.pdf\
examples/kerr/figs/waves.pdf\
examples/kerr/figs/waves_conv.pdf\
@@ -31,4 +34,4 @@
examples/cosmology/figs/kasner.pdf\
examples/cosmology/figs/err.pdf\
\
- arXiv/
+ arXiv/figures/
More information about the Commits
mailing list