X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=examples%2Fhtdocs%2FMakefile;h=0441bb8664a6ea0b1b23aca4d3ee70f2163fa730;hb=aab04a5d560029b7d067c4b3a37c96d6d5d46279;hp=b076114d9235daa4f68a226d7ab9018c11c57364;hpb=8666572efcb1b0377e4234682f3927f04c69481a;p=mkws-moved-to-github.git diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile index b076114..0441bb8 100644 --- a/examples/htdocs/Makefile +++ b/examples/htdocs/Makefile @@ -1,10 +1,20 @@ -all: apache-config.txt +# Copyright (c) 2013 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