New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 15264 for NEMO/branches/2020/ticket2487/doc/tools – NEMO

Ignore:
Timestamp:
2021-09-16T12:42:20+02:00 (3 years ago)
Author:
smueller
Message:

Synchronizing with /NEMO/releases/r4.0/r4.0-HEAD@15236 (ticket #2487)

Location:
NEMO/branches/2020/ticket2487
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/ticket2487

    • Property svn:externals
      •  

        old new  
        1 ^/utils/build/arch@12130      arch 
        2 ^/utils/build/makenemo@12191  makenemo 
        3 ^/utils/build/mk@11662        mk 
        4 ^/utils/tools_r4.0-HEAD@12672 tools 
        5 ^/vendors/AGRIF/dev@10586     ext/AGRIF 
        6 ^/vendors/FCM@10134           ext/FCM 
        7 ^/vendors/IOIPSL@9655         ext/IOIPSL 
         1^/utils/build/arch@12130        arch 
         2^/utils/build/makenemo@12191    makenemo 
         3^/utils/build/mk@11662          mk 
         4^/utils/tools_r4.0-HEAD@14974  tools 
         5^/vendors/AGRIF/stable@14105    ext/AGRIF 
         6^/vendors/FCM@10134             ext/FCM 
         7^/vendors/IOIPSL@9655           ext/IOIPSL 
        88 
        99# SETTE mapping (inactive) 
  • NEMO/branches/2020/ticket2487/doc/tools/check_pkg.py

    r11008 r15264  
    1 #!/usr/bin/env python 
     1#!/usr/bin/env python2 
    22 
    33import sys, importlib 
  • NEMO/branches/2020/ticket2487/doc/tools/shr_func.sh

    r11598 r15264  
    1111    printf "\t¤ Generation of the PDF format\n" 
    1212    latexmk -r  ./latex/global/latexmk.pl -pdfxe ./latex/$1/main/$1_manual \ 
    13 #  1> /dev/null 
     13   1> /dev/null 
    1414    [ -f ./latex/$1/build/$1_manual.pdf ] && mv ./latex/$1/build/$1_manual.pdf . 
    1515    echo 
Note: See TracChangeset for help on using the changeset viewer.