diff --git a/presentations/ccs-report-examples/Makefile b/presentations/ccs-report-examples/Makefile index 6f9beb22e002638cd02d59bc29e1d3021f35a1e3..4fc50f3d0ba2b94dbcb0df01eb56a59bbfedf77f 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 33aff64f46847b3ecae3bc9db42038dc060eab03..4aba5015a4a2b4139736181b1d8c6196e991b495 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