IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41545 for trunk/ippTasks


Ignore:
Timestamp:
Apr 9, 2021, 4:05:40 PM (5 years ago)
Author:
eugene
Message:

moved show.publish.books, show.publish.book from stdscience/input to publish.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/publish.pro

    r30376 r41545  
    3838end
    3939
    40 
    4140macro publish.revert.on
    4241  task publish.revert
     
    5150end
    5251
     52macro show.publish.books
     53  book npages SURVEY_PUBLISH -var N
     54  for i 0 $N
     55    book getpage SURVEY_PUBLISH $i
     56  end
     57  echo "SURVEY_PUBLISH: $SURVEY_PUBLISH"
     58end
     59
     60macro show.publish.book
     61 if ($0 != 2)
     62   echo "USAGE: show.publish.book (page)"
     63   break
     64 end
     65
     66 book listpage SURVEY_PUBLISH $1
     67end 
    5368
    5469# this variable will cycle through the known database names
Note: See TracChangeset for help on using the changeset viewer.