Change name to this presentation.
This commit is contained in:
parent
d5daec7941
commit
8b4068996f
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
# an environment variable before you type make.
|
# an environment variable before you type make.
|
||||||
|
|
||||||
ifndef PRESENTATION_BASE
|
ifndef PRESENTATION_BASE
|
||||||
PRESENTATION_BASE=specific-sections
|
PRESENTATION_BASE=ccs-examples
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DO_INCREMENTAL_POINTS = -i -s
|
DO_INCREMENTAL_POINTS = -i -s
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
talk=half-day-gpl/specific-sections
|
talk=half-day-gpl/ccs-examples
|
||||||
|
|
||||||
rsync -HavP ./ /home/pres/$talk/
|
rsync -HavP ./ /home/pres/$talk/
|
||||||
rm -rf /home/pres/$talk/ui
|
rm -rf /home/pres/$talk/ui
|
||||||
|
|
Loading…
Reference in a new issue