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:
84335fb
)
default target runs "make install" (not "make all") in doc subdirectory.
author
Mike Taylor
<mike@indexdata.com>
Fri, 4 Jul 2014 14:13:29 +0000
(15:13 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 4 Jul 2014 14:13:29 +0000
(15:13 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
dcd5995
..
32309e5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,7
@@
all:
${MAKE} -C./tools/htdocs $@
- ${MAKE} -C./doc $@
+ ${MAKE} -C./doc install
clean distclean:
${MAKE} -C./tools/htdocs $@