avoid building news page when building doc wiki for package

This commit is contained in:
Joey Hess 2010-12-02 21:37:55 -04:00
parent 71d60eb87a
commit 6f932a0963
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,11 @@
[[!if test="news/*" then="""
This is where announcements of new releases, features, and other news is
posted. git-annex users are recommended to subscribe to this page's RSS
feed.
[[!inline pages="./news/* and !*/Discussion" rootpage="news" show="30"]]
"""
else="""
(Please see the changelog.)
"""]]