diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-19 19:28:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-19 19:28:29 -0400 |
commit | 9d5b8ebab0e247c5c9c05a5216dcd4c638299190 (patch) | |
tree | 94dbc073f44c0acd6875a00441e2a24fa7e7a67a /Makefile | |
parent | e7572f9249f0e4c3f757bb8da889a41f53fd9e34 (diff) |
update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ endif 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 + --no-usedirs --disable-plugin=openid --plugin=sidebar \ + --underlaydir=/dev/null clean: rm -rf build git-annex git-annex.1 |