From e95bd9b6aa3b8032b524acf4366f81541341145c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 12 Dec 2013 17:27:43 +0000 Subject: [PATCH] New file, examples/Makefile. Exists only to make readable Apache2 config example. --- examples/htdocs/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/htdocs/Makefile 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 + -- 1.7.10.4