exclude thanks page to avoid lintian error about embedded gif
This commit is contained in:
parent
ac8e2b2396
commit
fb8fec2a7b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -81,7 +81,7 @@ docs: mans
|
|||
--plugin=comments --set comments_pagespec="*" \
|
||||
--exclude='news/.*' --exclude='design/assistant/blog/*' \
|
||||
--exclude='bugs/*' --exclude='todo/*' --exclude='forum/*' \
|
||||
--exclude='users/*' --exclude='devblog/*'
|
||||
--exclude='users/*' --exclude='devblog/*' --exclude='thanks'
|
||||
|
||||
clean:
|
||||
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
|
||||
|
|
Loading…
Reference in a new issue