X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fhtdocs%2FMakefile;h=164c006131a1052d9589ed37d48457d339809163;hp=26bbafe6f9113018f6595f20b28833619325275e;hb=8111bf5133e4335ae1b14a79470d44b4c7003ce0;hpb=5cb98f9cee5fac4c6e8aa7fbee0af9b59521d64d diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile index 26bbafe..164c006 100644 --- a/examples/htdocs/Makefile +++ b/examples/htdocs/Makefile @@ -1,18 +1,14 @@ -# Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com +# Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com -all: apache-config.txt jasmine-links +all: apache-config.txt apache-config.txt: ../apache2/mkws-examples-mike rm -f $@ cp -p $< $@ chmod ugo-w $@ -jasmine-links: - ln -fs ../jasmine . - ln -fs ../../test . - help: - @echo "make [ all | clean | jasmine-links ]" + @echo "make [ all | clean ]" clean distclean: rm -f apache-config.txt