source: trunk/tests/demo1.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: 683 bytes
Line 
1#! /bin/sh -x
2#
3#
4# .. program:: test_demo1
5#
6# ==========
7# test_demo1
8# ==========
9#
10# SYNOPSIS
11# ========
12#
13# ::
14#
15#   $ tests/test_demo1
16#
17# DESCRIPTION
18# ===========
19#
20# demo1
21#
22# CODING
23# ======
24#
25# this file has minimal lines - non env. checking
26#
27# TODO
28# ====
29#
30# rename user.dtd
31#
32# EVOLUTIONS
33# ==========
34#
35# $Id$
36#
37# $URL$
38#
39# - fplod 20120227
40#
41#   * extracted from makefile
42#
43#-
44ln -sf ${SUPERBIB}/data/bibdemo1_dbk5.xml ${SUPERBIB}/biblio.xml
45ln -sf ${SUPERBIB}/data/userdemo1.xml ${SUPERBIB}/user.xml
46ln -sf ${SUPERBIB}/data/usernemo.dtd ${SUPERBIB}/user.dtd
47ln -sf ${SUPERBIB}/data/maindemo1.xml ${SUPERBIB}/main.xml
48cd ${SUPERBIB}
49make clean
50make before
51make html
Note: See TracBrowser for help on using the repository browser.