projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
8666572
d8d367c
)
Resolve: it seems Wolfram and I both independently added an examples/htdocs/Makefile...
author
Mike Taylor
<mike@indexdata.com>
Thu, 12 Dec 2013 17:32:36 +0000
(17:32 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 12 Dec 2013 17:32:36 +0000
(17:32 +0000)
1
2
examples/htdocs/Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
examples/htdocs/Makefile
index
b076114
,
d366a41
..
0441bb8
---
1
/
examples/htdocs/Makefile
---
2
/
examples/htdocs/Makefile
+++ b/
examples/htdocs/Makefile
@@@
-1,10
-1,14
+1,20
@@@
- all: apache-config.txt
+ # Copyright (c) 2013 IndexData ApS. http://indexdata.com
+
-all: jasmine-links
++all: apache-config.txt jasmine-links
+
+apache-config.txt: ../apache2/mkws-examples-mike
+ rm -f $@
+ cp -p $< $@
+ chmod ugo-w $@
- clean:
-clean distclean:
- rm -rf test jasmine
-
+ jasmine-links:
+ ln -fs ../../../jasmine .
+ ln -fs ../../test .
+
+ help:
+ @echo "make [ all | clean | jasmine-links ]"
+
++clean distclean:
+ rm -f apache-config.txt
++ rm -rf test jasmine
+