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 10125 for NEMO/trunk/doc/inc/clean.sh – NEMO

Ignore:
Timestamp:
2018-09-13T16:17:51+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Various modifications

  • Add/edit svn:ignore property
  • Update list of cache files cleaned before compilation (*.pyg)
  • Define default input encoding (UTF-8)
Location:
NEMO/trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc

    • Property svn:ignore set to
      figures
  • NEMO/trunk/doc/inc/clean.sh

    r9407 r10125  
    11#!/bin/bash 
    22 
    3 rm -f $( ls -1 tex_main/NEMO_* | egrep -v "\.(bib|cfg|ist|sty|tex)$" ) 
     3rm -f $( ls -1 tex_main/NEMO_* | egrep -v "\.(bib|cfg|ist|pyg|sty|tex)$" ) 
    44#rm -rf _minted-* 
    55#rm -rf html* 
Note: See TracChangeset for help on using the changeset viewer.