projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55bf279
)
New file, examples/Makefile.
author
Mike Taylor
<mike@indexdata.com>
Thu, 12 Dec 2013 17:27:43 +0000
(17:27 +0000)
committer
Mike 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]
patch
|
blob
diff --git a/examples/htdocs/Makefile
b/examples/htdocs/Makefile
new file mode 100644
(file)
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
+