• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# Copyright (C) 2004, International Business Machines Corporation
3#  and others.  All Rights Reserved.
4#
5# Run this in locale/tools and it will create a sidewaysview in ../vetting/sideways
6
7backup_tree()
8{
9    TREE=$1
10    rm -rf ${TREE}.backup1
11    mv ${TREE}.backup0 ${TREE}.backup1
12    mv ${TREE} ${TREE}.backup1
13}
14
15cd ../diff
16backup_tree cleaned
17mkdir cleaned
18mkdir cleaned/by_type
19#MATCH="-m '.*[mM][tT].*'"
20#MATCH="-m '.*[mM][tT].*'"
21GenerateSidewaysView -z "x-cockney" -s ../common/main/ -d cleaned/ -t ../../../J/icu4j/src/com/ibm/icu/dev/tool/cldr/
22set -x
23rm -f by_type/*.html
24cp cleaned/by_type/*.html by_type/
25