Ignore:
Timestamp:
04/20/10 14:21:12 (14 years ago)
Author:
pinsard
Message:

add design target for documents productions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/showpalettes.sh

    r217 r218  
    1919# ``showpalettes.sh`` inspect ``indir`` and look for  ``.cpt`` files. 
    2020# 
    21 # A XML/DocBook outdir/showpalette.xml is produced to present palettes usage and  
     21# A XML/DocBook outdir/showpalette.xml is produced to present palettes usage and 
    2222# building. 
    2323# 
     
    123123         shift 
    124124      ;; 
    125       -o) # directory for outputs choosen by user 
     125      -o) 
     126         # directory for outputs choosen by user 
    126127         outdir=${2} 
    127128         shift 
    128129      ;; 
    129       -t) # directory for temporary outputs choosen by user 
     130      -t) 
     131         # directory for temporary outputs choosen by user 
    130132         tempdir=${2} 
    131133         shift 
     
    135137         exit 0 
    136138      ;; 
    137       *) # other choice 
     139      *) 
     140         # other choice 
    138141         echo "${usage}" 
    139142         exit 1 
    140143      ;; 
    141144   esac 
    142    shift # next flag 
     145   # next flag 
     146   shift 
    143147done 
    144148# 
Note: See TracChangeset for help on using the changeset viewer.