X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2FMakefile;h=26bbafe6f9113018f6595f20b28833619325275e;hb=0cae603f98b3f3bac279f3c3f249bdc247fd2ffe;hp=9a3f8ab7da74e6a4fa1c037b10e3796ab37f580a;hpb=e95bd9b6aa3b8032b524acf4366f81541341145c;p=mkws-moved-to-github.git diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile index 9a3f8ab..26bbafe 100644 --- a/examples/htdocs/Makefile +++ b/examples/htdocs/Makefile @@ -1,10 +1,20 @@ -**default**: apache-config.txt +# Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com + +all: apache-config.txt jasmine-links apache-config.txt: ../apache2/mkws-examples-mike rm -f $@ cp -p $< $@ chmod ugo-w $@ -clean: +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