X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fhtdocs%2FMakefile;h=0441bb8664a6ea0b1b23aca4d3ee70f2163fa730;hb=aab04a5d560029b7d067c4b3a37c96d6d5d46279;hp=d366a4178974cf70720dbe007df20e470b4f2ae8;hpb=d8d367c799e5b8866c7e5f2eacb8b4550b2386e2;p=mkws-moved-to-github.git diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile index d366a41..0441bb8 100644 --- a/examples/htdocs/Makefile +++ b/examples/htdocs/Makefile @@ -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 +