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:
23fbc9b
)
make clean/distclean also use src rather the tools/htdocs
author
Mike Taylor
<mike@indexdata.com>
Wed, 15 Oct 2014 14:06:18 +0000
(15:06 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 15 Oct 2014 14:06:18 +0000
(15:06 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e3dea3a
..
8d73145
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-9,7
+9,7
@@
all:
${MAKE} -C./doc
clean distclean:
- ${MAKE} -C./tools/htdocs $@
+ ${MAKE} -C./src $@
${MAKE} -C./doc $@
${MAKE} -C./examples/htdocs $@
${MAKE} -C./test $@