diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-16 14:23:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-16 14:23:55 -0200 |
commit | 4baab61e90cd03cd4096ba92e5061147db63d9cd (patch) | |
tree | 519bdc595bc0a4bb9502c4b831278d85901856e6 /ikiwiki/Makefile | |
parent | 80c14f00ccffcd1963584d7329494839348f80c4 (diff) | |
download | templates-4baab61e90cd03cd4096ba92e5061147db63d9cd.tar.gz templates-4baab61e90cd03cd4096ba92e5061147db63d9cd.tar.bz2 |
Ikiwiki: Makefile cleanup
Diffstat (limited to 'ikiwiki/Makefile')
-rw-r--r-- | ikiwiki/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile index 883cd09..34d04c9 100644 --- a/ikiwiki/Makefile +++ b/ikiwiki/Makefile @@ -25,10 +25,6 @@ web_deploy: #git annex sync @rsync -avz --delete www/ templates:/var/sites/templates/www/ -post_update: - git config receive.denyCurrentBranch ignore - cd .git/hooks && ln -sf ../../bin/post-update - post_receive: git config receive.denyCurrentBranch ignore cd .git/hooks && ln -sf ../../bin/post-receive |