X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fhtdocs%2FMakefile;h=164c006131a1052d9589ed37d48457d339809163;hp=d366a4178974cf70720dbe007df20e470b4f2ae8;hb=8111bf5133e4335ae1b14a79470d44b4c7003ce0;hpb=ace5ee38906ced3e8cc2b704941ef078d394bf84 diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile index d366a41..164c006 100644 --- a/examples/htdocs/Makefile +++ b/examples/htdocs/Makefile @@ -1,14 +1,16 @@ -# Copyright (c) 2013 IndexData ApS. http://indexdata.com +# Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com -all: jasmine-links +all: apache-config.txt -clean distclean: - rm -rf test jasmine - -jasmine-links: - ln -fs ../../../jasmine . - ln -fs ../../test . +apache-config.txt: ../apache2/mkws-examples-mike + rm -f $@ + cp -p $< $@ + chmod ugo-w $@ help: - @echo "make [ all | clean | jasmine-links ]" + @echo "make [ all | clean ]" + +clean distclean: + rm -f apache-config.txt + rm -rf test jasmine