source: trunk/tests/demo2.sh @ 150

Last change on this file since 150 was 150, checked in by pinsard, 12 years ago

first usage of matplotlib

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 654 bytes
Line 
1#! /bin/sh -x
2#
3# .. program:: test_demo2
4#
5# ==========
6# test_demo2
7# ==========
8#
9# SYNOPSIS
10# ========
11#
12# ::
13#
14#   $ tests/test_demo2
15#
16# DESCRIPTION
17# ===========
18#
19# demo2
20#
21# CODING
22# ======
23#
24# this file has minimal lines - non env. checking
25#
26# TODO
27# ====
28#
29# EVOLUTIONS
30# ==========
31#
32# $Id$
33#
34# $URL$
35#
36# - fplod 20120227
37#
38#   * extracted from makefile
39#
40#-
41ln -sf ${SUPERBIB}/data/bibnemo1.xml ${SUPERBIB}/biblio.xml
42ln -sf ${SUPERBIB}/data/usernemo.xml ${SUPERBIB}/user.xml
43ln -sf ${SUPERBIB}/data/usernemo.dtd ${SUPERBIB}/user.dtd
44ln -sf ${SUPERBIB}/data/mainnemo.xml ${SUPERBIB}/main.xml
45cd ${SUPERBIB}
46make clean
47make before
48make html
Note: See TracBrowser for help on using the repository browser.