/[MITgcm]/mitgcm.org/devel/buildweb/Makefile
ViewVC logotype

Diff of /mitgcm.org/devel/buildweb/Makefile

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

revision 1.10 by jmc, Wed Mar 5 00:46:08 2008 UTC revision 1.11 by jmc, Thu Sep 4 19:52:33 2014 UTC
# Line 39  InstallOLF: Line 39  InstallOLF:
39          mkdir -p $(TARGETDIR)/on-line-figs          mkdir -p $(TARGETDIR)/on-line-figs
40          cp -rp $(LATEXROOT)/on-line-figs/* $(TARGETDIR)/on-line-figs/          cp -rp $(LATEXROOT)/on-line-figs/* $(TARGETDIR)/on-line-figs/
41    
42    #jmc: to speed up, use a "mv" of dir VDBROOT instead of a copy:
43    #     but this prevents to do multiple "make quick" after a "make VDB"
44  InstallVDB:  InstallVDB:
45          mkdir -p $(TARGETDIR)/code_reference          mkdir -p $(TARGETDIR)/code_reference
46          cp -rp $(VDBROOT) $(TARGETDIR)/code_reference/          #cp -rp $(VDBROOT) $(TARGETDIR)/code_reference/
47            mv $(VDBROOT) $(TARGETDIR)/code_reference/
48    
49  Bonniefy: $(TARGETDIR)  Bonniefy: $(TARGETDIR)
50          chmod -R u+w $(TARGETDIR)          chmod -R u+w $(TARGETDIR)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22