exclude user pages and devblog from doc build

This commit is contained in:
Joey Hess 2014-02-02 16:16:47 -04:00
parent 089c0109a2
commit 6d5efe34dc

View file

@ -76,7 +76,8 @@ docs: $(mans)
--disable-plugin=smiley \
--plugin=comments --set comments_pagespec="*" \
--exclude='news/.*' --exclude='design/assistant/blog/*' \
--exclude='bugs/*' --exclude='todo/*' --exclude='forum/*'
--exclude='bugs/*' --exclude='todo/*' --exclude='forum/*' \
--exclude='users/*' --exclude='devblog/*'
clean:
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \