diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-22 15:12:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-22 15:12:48 -0400 |
commit | 5b4272aba3ee04c89c8f2be509377e7dd68cc5f6 (patch) | |
tree | 2bac521d6c463bb4b9e662adf19bb2f2d0618633 /Makefile | |
parent | 1e40562b0284d81e0509e61369b28c7f6b14152a (diff) |
update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ docs: ./mdwn2man git-annex 1 doc/git-annex.mdwn > git-annex.1 $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \ --no-usedirs --disable-plugin=openid --plugin=sidebar \ - --underlaydir=/dev/null --disable-plugin=shortcut + --underlaydir=/dev/null --disable-plugin=shortcut \ + --disable-plugin=smiley clean: rm -rf build git-annex git-annex.1 |