Last change
on this file since 11128 was
10146,
checked in by nicolasmartin, 2 years ago
|
Reorganisation for future addition of .rst files from users wiki extraction
- Create root directories latex and rst for tidy up
- Move namelists folder to the root with the aim to gather later all namelist groups here (OCE, ICE & TOP)
Also building scripts have been modified so that figures is now expected to be present at the root
- Create bin directory with namelist utilities (check and update)
- Under rst, add 4 dummy files that would gather the whole documentation existing currently in users wiki
- model_interfacing.rst
- reference_configurations.rst
- setup_configuration.rst
- test_cases.rst
|
-
Property svn:executable set to
*
|
File size:
503 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | ./inc/clean.sh |
---|
4 | ./inc/build.sh |
---|
5 | |
---|
6 | cd tex_main |
---|
7 | sed -i -e 's#\\documentclass#%\\documentclass#' -e '/{document}/ s/^/%/' \ |
---|
8 | ../tex_sub/*.tex |
---|
9 | sed -i 's#\\subfile{#\\include{#g' \ |
---|
10 | NEMO_manual.tex |
---|
11 | latex2html -local_icons -no_footnode -split 4 -link 2 -mkdir -dir ../html_LaTeX2HTML \ |
---|
12 | $* \ |
---|
13 | NEMO_manual |
---|
14 | sed -i -e 's#%\\documentclass#\\documentclass#' -e '/{document}/ s/^%//' \ |
---|
15 | ../tex_sub/*.tex |
---|
16 | sed -i 's#\\include{#\\subfile{#g' \ |
---|
17 | NEMO_manual.tex |
---|
18 | cd - |
---|
19 | |
---|
20 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.