| 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) |