aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-07 12:56:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-07 12:56:20 -0400
commitdddac905a074e8f780869571adb533b8e61a5349 (patch)
tree5e8ff30bb507cda4b320218b0b41b6155a839536
parent78cf3137a84ca4eec42109d1dad2d312ac75dc4b (diff)
trim the pages built
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2dc75651a..e1f9724a3 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,8 @@ docs: $(mans)
--underlaydir=/dev/null --disable-plugin=shortcut \
--disable-plugin=smiley \
--plugin=comments --set comments_pagespec="*" \
- --exclude='news/.*'
+ --exclude='news/.*' --exclude='design/assistant/blog/*' \
+ --exclude='bugs/*' --exclude='todo/*' --exclude='forum/*'
clean:
rm -rf $(GIT_ANNEX_TMP_BUILD_DIR) $(bins) $(mans) test configure *.tix .hpc $(sources) \