Changeset - 462a1dad97db
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 5 years ago 2018-09-26 16:30:21
bkuhn@ebb.org
Fix build issues.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
presentations/non-copyright-systems/Makefile
Show inline comments
...
 
@@ -4,7 +4,7 @@
 
# an environment variable before you type make.
 

	
 
ifndef PRESENTATION_BASE
 
PRESENTATION_BASE=ccs-examples
 
PRESENTATION_BASE=non-copyright
 
endif 
 

	
 
DO_INCREMENTAL_POINTS = -i -s
presentations/non-copyright-systems/pres-cmd
Show inline comments
 
#!/bin/sh
 

	
 
talk=half-day-gpl/ccs-examples
 
talk=half-day-gpl/non-copyright
 

	
 
rsync -HavP ./  /home/pres/$talk/
 
rm -rf /home/pres/$talk/ui
0 comments (0 inline, 0 general)