diff --git a/presentations/ccs-report-examples/Makefile b/presentations/ccs-report-examples/Makefile index 6f9beb2..4fc50f3 100644 --- a/presentations/ccs-report-examples/Makefile +++ b/presentations/ccs-report-examples/Makefile @@ -4,7 +4,7 @@ # an environment variable before you type make. ifndef PRESENTATION_BASE -PRESENTATION_BASE=specific-sections +PRESENTATION_BASE=ccs-examples endif DO_INCREMENTAL_POINTS = -i -s diff --git a/presentations/ccs-report-examples/pres-cmd b/presentations/ccs-report-examples/pres-cmd index 33aff64..4aba501 100755 --- a/presentations/ccs-report-examples/pres-cmd +++ b/presentations/ccs-report-examples/pres-cmd @@ -1,6 +1,6 @@ #!/bin/sh -talk=half-day-gpl/specific-sections +talk=half-day-gpl/ccs-examples rsync -HavP ./ /home/pres/$talk/ rm -rf /home/pres/$talk/ui