exclude user pages and devblog from doc build
This commit is contained in:
parent
089c0109a2
commit
6d5efe34dc
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue