X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2FMakefile;h=683cb0ea87dd12244426aab0b70f484d0354cc50;hb=01e9b906d26c02d0a462d11a9f3ef2439c170aa6;hp=b076114d9235daa4f68a226d7ab9018c11c57364;hpb=f43eef7e3517c7ea0e9f7861d34dccb694bec7a3;p=mkws-moved-to-github.git diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile index b076114..683cb0e 100644 --- a/examples/htdocs/Makefile +++ b/examples/htdocs/Makefile @@ -1,10 +1,18 @@ -all: 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: + +help: + @echo "make [ all | clean | jasmine-links ]" + +clean distclean: rm -f apache-config.txt + rm -rf test jasmine