Changeset - 8b4068996f4d
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 5 years ago 2018-09-26 16:30:21
bkuhn@ebb.org
Change name to this presentation.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
presentations/ccs-report-examples/Makefile
Show inline comments
...
 
@@ -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
presentations/ccs-report-examples/pres-cmd
Show inline comments
 
#!/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
0 comments (0 inline, 0 general)