IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35290 for branches


Ignore:
Timestamp:
Mar 11, 2013, 8:25:53 AM (13 years ago)
Author:
eugene
Message:

update scripts for dvo distributions & index files

Location:
branches/eam_branches/ipp-20130307/dvodist
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307/dvodist/Makefile.in

    r35280 r35290  
    1717SRC-DVODIST = dvodist
    1818SRC-IPPDATA = ippdata
    19 TGT-DVODIST = @HTDOCS@/dvodist
     19TGT-DVODIST = @HTDOCS@/www-root
    2020TGT-IPPDATA = @HTDOCS@/ippdata
    2121
     
    6868include $(SRC-DVODIST)/3pi.20120525/Makefile
    6969include $(SRC-DVODIST)/3pi.20120606/Makefile
     70include $(SRC-DVODIST)/3pi.20130227/Makefile
    7071include $(SRC-DVODIST)/allsky.tables.20120513/Makefile
    7172include $(SRC-DVODIST)/allsky.tables.20120602/Makefile
     
    7677$(DIST-3pi-20120525) \
    7778$(DIST-3pi-20120606) \
     79$(DIST-3pi-20130227) \
    7880$(DIST-allsky-tables-20120513) \
    7981$(DIST-allsky-tables-20120602) \
  • branches/eam_branches/ipp-20130307/dvodist/scripts/mkdist.20120525.sh

    r33986 r35290  
    77set catroot = /data/ipp064.0/eugene/3pi.20111229/catdir.20120525
    88
    9 set catdir = 3pi.20120525
     9set catdir = 3pi.20120525.new
    1010set cattgt = $wwwroot/$catdir
    1111
  • branches/eam_branches/ipp-20130307/dvodist/scripts/mkdist.20120606.sh

    r34748 r35290  
    77set catroot = /data/ipp064.0/eugene/3pi.20111229/catdir.20120606
    88
    9 set catdir = 3pi.20120606
     9set catdir = 3pi.20120606.new
    1010set cattgt = $wwwroot/$catdir
    1111
  • branches/eam_branches/ipp-20130307/dvodist/scripts/mkindex.dvo.pl

    r35276 r35290  
    11#!/usr/bin/env perl
    22
    3 if (@ARGV != 2) { die "USAGE: mkindex.dvo.pl (catdir) (catdir_name)\n" ;}
     3if (@ARGV != 3) { die "USAGE: mkindex.dvo.pl (catdir) (catdir_name) (ippdata | dvodist)\n" ;}
    44
    55@nlist = ("n0000", "n0730", "n1500", "n2230", "n3000", "n3730", "n4500", "n5230", "n6000", "n6730", "n7500", "n8230");
     
    88$catdir = &basename($ARGV[0]);
    99$catdir_name = $ARGV[1];
     10$target_name = $ARGV[2];
    1011# "Synthetic Photometry Catdir";
    1112
     
    3435
    3536    # XXX ippdata.page.php vs dvodist.page.php
    36     print FILE "<?php include \"\@HTDOCS\@/www-util/ippdata.page.php\"\; ?>\n\n";
     37    if ($target_name eq "ippdata") {
     38        print FILE "<?php include \"\@HTDOCS\@/www-util/ippdata.page.php\"\; ?>\n\n";
     39    } else {
     40        print FILE "<?php include \"\@HTDOCS\@/www-util/dvodist.page.php\"\; ?>\n\n";
     41    }
    3742
    3843    # CATDIR Title supplied on cmd line
Note: See TracChangeset for help on using the changeset viewer.