- Timestamp:
- Mar 11, 2013, 8:25:53 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307/dvodist
- Files:
-
- 1 added
- 4 edited
-
Makefile.in (modified) (3 diffs)
-
scripts/mkdist.20120525.sh (modified) (1 diff)
-
scripts/mkdist.20120606.sh (modified) (1 diff)
-
scripts/mkdist.20130227.sh (added)
-
scripts/mkindex.dvo.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/dvodist/Makefile.in
r35280 r35290 17 17 SRC-DVODIST = dvodist 18 18 SRC-IPPDATA = ippdata 19 TGT-DVODIST = @HTDOCS@/ dvodist19 TGT-DVODIST = @HTDOCS@/www-root 20 20 TGT-IPPDATA = @HTDOCS@/ippdata 21 21 … … 68 68 include $(SRC-DVODIST)/3pi.20120525/Makefile 69 69 include $(SRC-DVODIST)/3pi.20120606/Makefile 70 include $(SRC-DVODIST)/3pi.20130227/Makefile 70 71 include $(SRC-DVODIST)/allsky.tables.20120513/Makefile 71 72 include $(SRC-DVODIST)/allsky.tables.20120602/Makefile … … 76 77 $(DIST-3pi-20120525) \ 77 78 $(DIST-3pi-20120606) \ 79 $(DIST-3pi-20130227) \ 78 80 $(DIST-allsky-tables-20120513) \ 79 81 $(DIST-allsky-tables-20120602) \ -
branches/eam_branches/ipp-20130307/dvodist/scripts/mkdist.20120525.sh
r33986 r35290 7 7 set catroot = /data/ipp064.0/eugene/3pi.20111229/catdir.20120525 8 8 9 set catdir = 3pi.20120525 9 set catdir = 3pi.20120525.new 10 10 set cattgt = $wwwroot/$catdir 11 11 -
branches/eam_branches/ipp-20130307/dvodist/scripts/mkdist.20120606.sh
r34748 r35290 7 7 set catroot = /data/ipp064.0/eugene/3pi.20111229/catdir.20120606 8 8 9 set catdir = 3pi.20120606 9 set catdir = 3pi.20120606.new 10 10 set cattgt = $wwwroot/$catdir 11 11 -
branches/eam_branches/ipp-20130307/dvodist/scripts/mkindex.dvo.pl
r35276 r35290 1 1 #!/usr/bin/env perl 2 2 3 if (@ARGV != 2) { die "USAGE: mkindex.dvo.pl (catdir) (catdir_name)\n" ;}3 if (@ARGV != 3) { die "USAGE: mkindex.dvo.pl (catdir) (catdir_name) (ippdata | dvodist)\n" ;} 4 4 5 5 @nlist = ("n0000", "n0730", "n1500", "n2230", "n3000", "n3730", "n4500", "n5230", "n6000", "n6730", "n7500", "n8230"); … … 8 8 $catdir = &basename($ARGV[0]); 9 9 $catdir_name = $ARGV[1]; 10 $target_name = $ARGV[2]; 10 11 # "Synthetic Photometry Catdir"; 11 12 … … 34 35 35 36 # 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 } 37 42 38 43 # CATDIR Title supplied on cmd line
Note:
See TracChangeset
for help on using the changeset viewer.
