trim the pages built
This commit is contained in:
parent
a47e368495
commit
8b4f601626
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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) \
|
||||
|
|
Loading…
Reference in a new issue