aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCache do Fluxo <cache@fluxo.info>2016-10-13 17:47:08 -0300
committerCache do Fluxo <cache@fluxo.info>2016-10-13 17:47:08 -0300
commit6b57e90df5dcd1ec2da8f5466f1b6160b2fae3ae (patch)
tree1e85bdd66df4d6d521ea8e03bf632b34741672ac
parentf3281dd2396fe99f0914c643581635c5c968fe02 (diff)
downloadcache-6b57e90df5dcd1ec2da8f5466f1b6160b2fae3ae.tar.gz
cache-6b57e90df5dcd1ec2da8f5466f1b6160b2fae3ae.tar.bz2
Makefile: do not mess with httruta
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7dcc10e..eda310d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,8 @@
web:
@ikiwiki --setup ikiwiki.setup
+ @git -C httruta reset HEAD --hard
+ @rm -rf httruta/README httruta/TODO
@chmod +x bin/*
web_deploy: