Resolve: it seems Wolfram and I both independently added an examples/htdocs/Makefile...
authorMike Taylor <mike@indexdata.com>
Thu, 12 Dec 2013 17:32:36 +0000 (17:32 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 12 Dec 2013 17:32:36 +0000 (17:32 +0000)
1  2 
examples/htdocs/Makefile

@@@ -1,10 -1,14 +1,20 @@@
- all: apache-config.txt
+ # Copyright (c) 2013 IndexData ApS. http://indexdata.com
 -all: jasmine-links
++all: apache-config.txt jasmine-links
 +
 +apache-config.txt: ../apache2/mkws-examples-mike
 +      rm -f $@
 +      cp -p $< $@
 +      chmod ugo-w $@
  
- clean:
 -clean distclean:
 -      rm -rf test jasmine
 -      
+ jasmine-links:
+       ln -fs ../../../jasmine .
+       ln -fs ../../test .
+ help:
+       @echo "make [ all | clean | jasmine-links ]"
++clean distclean:
 +      rm -f apache-config.txt
++      rm -rf test jasmine
 +