X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fhtdocs%2FMakefile;h=683cb0ea87dd12244426aab0b70f484d0354cc50;hp=d366a4178974cf70720dbe007df20e470b4f2ae8;hb=6acb2a89222c90a55a9e051a386450452f1873cf;hpb=ace5ee38906ced3e8cc2b704941ef078d394bf84 diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile index d366a41..683cb0e 100644 --- a/examples/htdocs/Makefile +++ b/examples/htdocs/Makefile @@ -1,14 +1,18 @@ -# Copyright (c) 2013 IndexData ApS. http://indexdata.com +# Copyright (c) 2013-2014 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 . help: @echo "make [ all | clean | jasmine-links ]" +clean distclean: + rm -f apache-config.txt + rm -rf test jasmine +