From: Mike Taylor Date: Thu, 12 Dec 2013 17:27:43 +0000 (+0000) Subject: New file, examples/Makefile. X-Git-Tag: 0.9.1~80 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=e95bd9b6aa3b8032b524acf4366f81541341145c New file, examples/Makefile. Exists only to make readable Apache2 config example. --- diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile new file mode 100644 index 0000000..9a3f8ab --- /dev/null +++ b/examples/htdocs/Makefile @@ -0,0 +1,10 @@ +**default**: apache-config.txt + +apache-config.txt: ../apache2/mkws-examples-mike + rm -f $@ + cp -p $< $@ + chmod ugo-w $@ + +clean: + rm -f apache-config.txt +