New file, examples/Makefile.
[mkws-moved-to-github.git] / examples / htdocs / Makefile
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
+