Changeset 1124 for CMIP6dreqbuild/trunk/src/framework/Makefile
- Timestamp:
- 14/11/17 21:14:35 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/Makefile
r1086 r1124 4 4 fmt ?= txt 5 5 www ?= /var/www/f 6 ddir ?= /data/svn/exarch/CMIP6dreq/trunk 6 7 7 8 … … 58 59 59 60 distrib: out/dreq2Defn.xml out/dreq2Sample.xml out/dreq2Schema.xsd 60 cp out/dreq2Defn.xml out/dreq2Sample.xml out/dreq2Schema.xsd out/vocabFrameworkSchema.xsd /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs 61 cp out/vocabDefn.xml out/vocabSample.xml out/vocabSchema.xsd vocab.xml /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs 62 echo "docs copied to /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs" 63 bash seddreq.sh annotated_20150731.xml dreq.xml dreqPy/dreq.py > /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/dreq.py 64 bash seddreq02.sh "\.\.\/out" "docs" dreqPy/packageConfig.py > /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/packageConfig.py 65 cp htmlTemplates.py dreqPy/scope.py dreqPy/scope_utils.py dreqPy/utilities.py dreqPy/utilP3.py /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy 66 cp dreqPy/utilP2/*.py /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/utilP2/ 67 cp dreqPy/dreqCmdl.py dreqPy/makeTables.py dreqPy/vrev.py dreqPy/fgrid.py dreqPy/overviewTabs.py dreqPy/volsum.py dreqPy/__init__.py dreqPy/simpleCheck.py /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy 68 cp dreqPy/misc_utils.py dreqPy/table_utils.py dreqPy/rvgExtraTable.py /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy 69 cp vocabDemo.py /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy 70 cp compare.py /data/tmp/svn3/exarch/CMIP6dreq/trunk/ 71 cp out/annotated_20150731_chk.xml /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs/dreq.xml 72 cp out/annotated_20150731.xml /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs/dreq_lt.xml 73 ### cp LICENSE README.txt setup.py setup.cfg /data/tmp/svn3/exarch/CMIP6dreq/trunk/ 74 cp dreqPy/tables/test.xlsx /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs/CMIP6_MIP_tables.xlsx 75 cp out/dc1.xsd out/xlink.xsd out/xml.xsd out/pav.xsd /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs/ 76 cp out/dreqSuppSchema.xsd out/dreqSuppDefn.xml /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs/ 77 cp out/supplement_20150731.xml /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs/dreqSupp.xml 78 cp out/dreqManifest_dist.txt /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs/dreqManifest.txt 79 cp out/md5Manifest.txt out/sfheadings.csv /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs/ 80 cp -r dreqPy/examples /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/ 81 cp out/BlockSchema.csv /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy/docs/ 82 echo "source copied to /data/tmp/svn3/exarch/CMIP6dreq/trunk/dreqPy" 61 cp out/dreq2Defn.xml out/dreq2Sample.xml out/dreq2Schema.xsd out/vocabFrameworkSchema.xsd $(ddir)/dreqPy/docs 62 cp out/vocabDefn.xml out/vocabSample.xml out/vocabSchema.xsd vocab.xml $(ddir)/dreqPy/docs 63 echo "docs copied to $(ddir)/dreqPy/docs" 64 #bash seddreq.sh annotated_20150731.xml dreq.xml dreqPy/dreq.py > $(ddir)/dreqPy/dreq.py 65 cp dreqPy/dreq.py $(ddir)/dreqPy/dreq.py 66 #bash seddreq02.sh "\.\.\/out" "docs" dreqPy/packageConfig.py > $(ddir)/dreqPy/packageConfig.py 67 cp htmlTemplates.py dreqPy/scope.py dreqPy/scope_utils.py dreqPy/utilities.py dreqPy/utilP3.py $(ddir)/dreqPy 68 cp dreqPy/utilP2/*.py $(ddir)/dreqPy/utilP2/ 69 cp dreqPy/dreqCmdl.py dreqPy/makeTables.py dreqPy/vrev.py dreqPy/fgrid.py dreqPy/overviewTabs.py dreqPy/volsum.py dreqPy/__init__.py dreqPy/simpleCheck.py $(ddir)/dreqPy 70 cp dreqPy/misc_utils.py dreqPy/table_utils.py dreqPy/rvgExtraTable.py $(ddir)/dreqPy 71 cp vocabDemo.py $(ddir)/dreqPy 72 cp compare.py $(ddir)/ 73 cp out/annotated_20150731_chk.xml $(ddir)/dreqPy/docs/dreq.xml 74 cp out/annotated_20150731.xml $(ddir)/dreqPy/docs/dreq_lt.xml 75 ### cp LICENSE README.txt setup.py setup.cfg $(ddir)/ 76 cp dreqPy/tables/test.xlsx $(ddir)/dreqPy/docs/CMIP6_MIP_tables.xlsx 77 cp out/dc1.xsd out/xlink.xsd out/xml.xsd out/pav.xsd $(ddir)/dreqPy/docs/ 78 cp out/dreqSuppSchema.xsd out/dreqSuppDefn.xml $(ddir)/dreqPy/docs/ 79 cp out/supplement_20150731.xml $(ddir)/dreqPy/docs/dreqSupp.xml 80 cp out/dreqManifest_dist.txt $(ddir)/dreqPy/docs/dreqManifest.txt 81 cp out/md5Manifest.txt out/sfheadings.csv $(ddir)/dreqPy/docs/ 82 cp -r dreqPy/examples $(ddir)/dreqPy/ 83 cp out/BlockSchema.csv $(ddir)/dreqPy/docs/ 84 echo "source copied to $(ddir)/dreqPy" 83 85 84 86 dirs:
Note: See TracChangeset
for help on using the changeset viewer.