libssh/libssh-0.5.4-fix-html-doc-generation.patch

17 lines
602 B
Diff
Raw Normal View History

2013-07-22 07:57:38 +00:00
Description: Do not exclude "*/build/*" directory as buildd use that path
Author: Laurent Bigonville <bigon@debian.org>
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/821437
--- a/doc/doxy.config.in
+++ b/doc/doxy.config.in
@@ -631,8 +631,7 @@
EXCLUDE_PATTERNS = */.git/* \
*/.svn/* \
- */cmake/* \
- */build/*
+ */cmake/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the