1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: Do not ship BLAS manpages
Those manpages are already in libblas-doc.
Author: Sébastien Villemot <sebastien.villemot@ens.fr>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677461
Forwarded: not-needed
Last-Update: 2012-06-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/DOCS/Doxyfile_man
+++ b/DOCS/Doxyfile_man
@@ -628,7 +628,7 @@
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = SRC INSTALL BLAS/SRC
+INPUT = SRC INSTALL
# This tag can be used to specify the character encoding of the source files
@@ -660,7 +660,7 @@
# subdirectory from a directory tree whose root is specified with the INPUT tag.
# Note that relative paths are relative to directory from which doxygen is run.
-EXCLUDE =
+EXCLUDE = src/xerbla.f install/lsame.f
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
|