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.
clean.sh in branches/2017/dev_merge_2017/DOC – NEMO

source: branches/2017/dev_merge_2017/DOC/clean.sh @ 9347

Last change on this file since 9347 was 9347, checked in by nicolasmartin, 6 years ago

Fix LaTeX compilation error on tilde special symbol in \subsubsection, add the use of silence LaTeX package to filter the verbosity of outputs

  • Property svn:executable set to *
File size: 164 bytes
Line 
1#!/bin/bash
2
3rm -f $( ls -1 NEMO_book.* | egrep -v "(tex|pdf)" ) *mpgraph*
4find TexFiles -regextype posix-extended -regex ".*\.(aux|log)" -exec rm -f {} \;
5
6exit 0
Note: See TracBrowser for help on using the repository browser.