diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-02 21:37:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-02 21:37:55 -0400 |
commit | 6f932a0963341b235f262c43982cc138f443f2de (patch) | |
tree | 9d8e474b5b67077a57eff0c4fbdabdafad8ec99e /Makefile | |
parent | 71d60eb87a492a9561f7142cc897ff5961c21e25 (diff) |
avoid building news page when building doc wiki for package
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,8 @@ docs: $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \ --no-usedirs --disable-plugin=openid --plugin=sidebar \ --underlaydir=/dev/null --disable-plugin=shortcut \ - --disable-plugin=smiley + --disable-plugin=smiley \ + --exclude='news/.*' clean: rm -rf build git-annex git-annex.1 test configure SysConfig.hs |