New file, examples/Makefile.
authorMike Taylor <mike@indexdata.com>
Thu, 12 Dec 2013 17:27:43 +0000 (17:27 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 12 Dec 2013 17:27:43 +0000 (17:27 +0000)
Exists only to make readable Apache2 config example.

examples/htdocs/Makefile [new file with mode: 0644]

diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile
new file mode 100644 (file)
index 0000000..9a3f8ab
--- /dev/null
@@ -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
+