From 12c16ab36d91ab8f3efa84e036656747e74c1219 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 6 Aug 2014 09:49:50 +0000 Subject: [PATCH] target jasmine-links is dead --- examples/htdocs/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile index 683cb0e..418b161 100644 --- a/examples/htdocs/Makefile +++ b/examples/htdocs/Makefile @@ -1,16 +1,14 @@ # Copyright (c) 2013-2014 IndexData 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: - help: - @echo "make [ all | clean | jasmine-links ]" + @echo "make [ all | clean ]" clean distclean: rm -f apache-config.txt -- 1.7.10.4