| 157 |
if [ "$1" = "doc" ] ; then exit; fi |
if [ "$1" = "doc" ] ; then exit; fi |
| 158 |
|
|
| 159 |
# These files are detrailed; do not detrail the test data because there may be |
# These files are detrailed; do not detrail the test data because there may be |
| 160 |
# significant trailing spaces. The configure files are also omitted from the |
# significant trailing spaces. Do not detrail RunTest.bat, because it has CRLF |
| 161 |
# detrailing. |
# line endings and the detrail script removes all trailing white space. The |
| 162 |
|
# configure files are also omitted from the detrailing. |
| 163 |
|
|
| 164 |
files="\ |
files="\ |
| 165 |
Makefile.am \ |
Makefile.am \ |
| 179 |
CMakeLists.txt \ |
CMakeLists.txt \ |
| 180 |
RunGrepTest \ |
RunGrepTest \ |
| 181 |
RunTest \ |
RunTest \ |
|
RunTest.bat \ |
|
| 182 |
pcre-config.in \ |
pcre-config.in \ |
| 183 |
libpcre.pc.in \ |
libpcre.pc.in \ |
| 184 |
libpcreposix.pc.in \ |
libpcreposix.pc.in \ |