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

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

complete documentation

  • Property svn:executable set to *
File size: 1.5 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# :ref:`conf.py`
23#
24# TODO
25# ====
26#
27# connect with Sphinx website (cp ++)
28#
29# make it work un der cratos : now no ploticus available
30#
31# This tool has to be call during website building ... so either in ./Makefile
32# or in ../makefile
33#
34# hard coded superbib path
35#
36# EVOLUTIONS
37# ==========
38#
39# $URL$
40#
41# $Id$
42#
43# - fplod 20110705T155755Z aedon.locean-ipsl.upmc.fr (Darwin)
44#
45#   * start to try to run sphinx-build
46#
47# - fplod 20110629T124711Z aedon.locean-ipsl.upmc.fr (Darwin)
48#
49#   * start usage of rest in superbib
50#
51# - fplod 20110624T142756Z aedon.locean-ipsl.upmc.fr (Darwin)
52#
53#   * creation (superdraft)
54#
55#-
56cd /usr/home/fplod/src/superbib_ws
57make before
58ln -sf /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/bibtropflux.xml .//biblio.xml
59ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/usertropflux.xml  ./user.xml
60ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/usertropflux.dtd  ./user.dtd
61ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/maintropflux.xml ./main.xml
62make html
63make rest
64find /tmp/superbib/ . -name "*.rst"
65sphinx-build -b html -c . /tmp/superbib/ /tmp
66# ++ cp ++ _static/survey.png
67#++ make -n install
68#++install.sh -w /tmp/superbib/ -u  http://www.locean-ipsl.upmc.fr/~fplod/supertropflux/
69#
70exit 0
Note: See TracBrowser for help on using the repository browser.