/[MITgcm]/manual/s_examples/held_suarez_cs/Makefile
ViewVC logotype

Diff of /manual/s_examples/held_suarez_cs/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by edhill, Tue Aug 9 16:41:35 2005 UTC revision 1.3 by jmc, Thu Apr 21 19:56:37 2011 UTC
# Line 15  TEX_FILES = $(TEMPLATE_FILES:.templ=.tex Line 15  TEX_FILES = $(TEMPLATE_FILES:.templ=.tex
15  .SUFFIXES: .templ .tex  .SUFFIXES: .templ .tex
16    
17  .templ.tex :  .templ.tex :
18          -./preprocess.sh          -../../tools/preprocess.sh
19    
20  all : $(TEX_FILES)  all : $(TEX_FILES)
21    
# Line 24  $(TEX_FILES) : $(TEMPLATE_FILES) Line 24  $(TEX_FILES) : $(TEMPLATE_FILES)
24  clean :  clean :
25          -rm -f $(TEX_FILES)          -rm -f $(TEX_FILES)
26    
27    Clean:
28            @make clean
29            -rm -f input/*.tex code/*.tex
30    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22