source: trunk/SRC/Documentation/xmldoc/pro2href_t.sh @ 259

Last change on this file since 259 was 259, checked in by pinsard, 17 years ago

improvment of links in idldoc outputs by modification of shell script and some pro files. add test for pro2href.sh. see 62

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 842 bytes
Line 
1#!/bin/sh -x
2#
3# module :
4# short simulation of inputs for test of pro2href.sh
5#
6# source :
7# pro2href_t.sh sur aedon.locean-ipsl.upmc.fr
8#
9# todo :
10# ++improve independancies (plateforme, account, location of SAXO working space)
11# ++ improve cleaning, check
12#
13# update :
14# $Id$
15# fplod 2007-08-20T13:33:50Z aedon.locean-ipsl.upmc.fr (Darwin)
16# creation
17#
18cd /tmp/
19rm -rf pro2href_tp
20rm -rf pro2href_tp_in
21mkdir pro2href_tp_in
22mkdir pro2href_tp_in/rep1/
23mkdir pro2href_tp_in/rep2/
24mkdir pro2href_tp
25cd pro2href_tp
26{
27echo "bla1 <pro>a1a</pro> bla2 <pro>a1b</pro> bla3"
28echo "bla4 <pro>a2</pro> bla5"
29} > tp.html
30cp tp.html ../pro2href_tp_in/
31cd ../pro2href_tp_in
32touch ../pro2href_tp_in/rep1/a1a.html
33touch ../pro2href_tp_in/rep2/a1b.html
34touch ../pro2href_tp_in/a2.html
35~/SAXO_DIR_ws/SRC/Documentation/xmldoc/pro2href.sh .
36more tp.html
Note: See TracBrowser for help on using the repository browser.