source: trunk/adm/website/gen_survey.sh @ 56

Last change on this file since 56 was 56, checked in by pinsard, 13 years ago

prepare survey using superbib

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1#! /bin/sh
2#+
3# .. program: gen_survey.sh
4#
5# =============
6# gen_survey.sh
7# =============
8#
9# DESCRIPTION
10# ===========
11#
12# creation survey of the project
13#
14# SEE ALSO
15# ========
16#
17# :ref:`bibtropflux.xml`
18# :ref:`usertropflux.xml`
19# :ref:`usertropflux.dtd`
20# :ref:`maintropflux.xml`
21#
22# TODO
23# ====
24#
25# connect with Sphinx website (cp ++)
26#
27# make it work un der cratos : now no ploticus available
28#
29# This tool has to be call during website building ... so either in ./Makefile
30# or in ../makefile
31#
32# hard coded superbib path
33#
34# EVOLUTIONS
35# ==========
36#
37# $URL$
38# $Id$
39#
40# - fplod 20110624T142756Z aedon.locean-ipsl.upmc.fr (Darwin)
41#
42#   * creation (superdraft)
43#
44#-
45cd /usr/home/fplod/src/superbib_ws
46make before
47ln -sf /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/bibtropflux.xml .//biblio.xml
48ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/usertropflux.xml  ./user.xml
49ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/usertropflux.dtd  ./user.dtd
50ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/maintropflux.xml ./main.xml
51make html
52# ++ cp ++ _static/survey.png
53#++ make -n install
54install.sh -w /tmp/superbib/ -u  http://www.locean-ipsl.upmc.fr/~fplod/supertropflux/
55#
56exit 0
Note: See TracBrowser for help on using the repository browser.