projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6326cc
)
added clean and serve targets to Makefile
author
Christian Pointner
<equinox@realraum.at>
Thu, 17 Dec 2015 21:36:35 +0000
(22:36 +0100)
committer
Christian Pointner
<equinox@realraum.at>
Thu, 17 Dec 2015 21:36:35 +0000
(22:36 +0100)
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
bbd1432
..
8904164
100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-1,2
+1,10
@@
+.PHONY: default clean serve
+
default:
ikiwiki --setup ikiwiki.setup
+
+clean:
+ rm -rf dest
+
+serve: default
+ @cd dest; python -m SimpleHTTPServer