diff options
| author | Cache do Fluxo <cache@fluxo.info> | 2016-10-13 17:47:08 -0300 |
|---|---|---|
| committer | Cache do Fluxo <cache@fluxo.info> | 2016-10-13 17:47:08 -0300 |
| commit | 6b57e90df5dcd1ec2da8f5466f1b6160b2fae3ae (patch) | |
| tree | 1e85bdd66df4d6d521ea8e03bf632b34741672ac | |
| parent | f3281dd2396fe99f0914c643581635c5c968fe02 (diff) | |
| download | cache-6b57e90df5dcd1ec2da8f5466f1b6160b2fae3ae.tar.gz cache-6b57e90df5dcd1ec2da8f5466f1b6160b2fae3ae.tar.bz2 | |
Makefile: do not mess with httruta
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |
