Resolve: it seems Wolfram and I both independently added an examples/htdocs/Makefile...
[mkws-moved-to-github.git] / examples / htdocs / Makefile
index d366a41..0441bb8 100644 (file)
@@ -1,10 +1,12 @@
 # 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 distclean:
-       rm -rf test jasmine
-       
 jasmine-links:
        ln -fs ../../../jasmine .
        ln -fs ../../test .
@@ -12,3 +14,7 @@ jasmine-links:
 help:
        @echo "make [ all | clean | jasmine-links ]"
 
+clean distclean:
+       rm -f apache-config.txt
+       rm -rf test jasmine
+