summaryrefslogtreecommitdiffstats
path: root/.h5chkright.ini
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-11-09 22:24:47 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-11-09 22:24:47 (GMT)
commit67a19adfd1d1fadd132ef9c7d7b3efcc54848526 (patch)
treef609b330963c116b81b3754bf67b2370f5db90cd /.h5chkright.ini
parentf8ed81426878ac204b335a786493db551feb70f9 (diff)
downloadhdf5-67a19adfd1d1fadd132ef9c7d7b3efcc54848526.zip
hdf5-67a19adfd1d1fadd132ef9c7d7b3efcc54848526.tar.gz
hdf5-67a19adfd1d1fadd132ef9c7d7b3efcc54848526.tar.bz2
[svn-r11697] Purpose:
Updated to use the prunepath new command. Also, unscreen doc/. directory to be checked too.
Diffstat (limited to '.h5chkright.ini')
-rw-r--r--.h5chkright.ini34
1 files changed, 20 insertions, 14 deletions
diff --git a/.h5chkright.ini b/.h5chkright.ini
index 4fd8ead..0ba1c71 100644
--- a/.h5chkright.ini
+++ b/.h5chkright.ini
@@ -18,25 +18,31 @@
# prune Directories to be skipped. Notice this prunes all directories
# with the same name. E.g.,
# "prune test" skips test, fortran/test, c++/test, ...
+# (See -name option in the find command.)
+# prunepath Directory or file to be skipped. Notice this is different from
+# prunes since it matches the exact pathname. E.g.,
+# "prunepath ./tools/testfiles" skips the directory/file matching
+# exactly that path but NOT tools/h5dump/testfiles nor
+# tools/h5dump/testfiles.
+# (See -path option in the find command.)
# Skip COPYING since it is the detail Copyright notice.
-skip COPYING
+prunepath ./COPYING
-# Non-UI copyrighted files in top-level
-skip aclocal.m4
+# Skip non-UI copyrighted files
+prunepath ./aclocal.m4
+prunepath ./bin/config.guess
+prunepath ./bin/config.sub
+prunepath ./bin/install-sh
+prunepath ./bin/ltmain.sh
+prunepath ./fortran/configure
+prunepath ./fortran/src/libhdf5_fortran.settings.in
+prunepath ./src/H5config.h.in
+prunepath ./src/libhdf5.settings.in
-# Non-UI copyrighted files in bin.
-skip config.guess
-skip config.sub
-skip install-sh
-skip ltmain.sh
-
-# Generated files in top-level
-skip configure
+# Generated files not possible to insert a copyright notice in them.
+prunepath ./configure
# Skip all testfiles/* since if we insert a copyright notice in the expected
# data files, we would have to spend extra effort to filter them out.
prune testfiles
-
-# Skip all doc/* for now.
-prune doc