| 46 |
|
|
| 47 |
echo "Making pcre.txt" |
echo "Making pcre.txt" |
| 48 |
for file in pcre pcrebuild pcrematching pcreapi pcrecallout pcrecompat \ |
for file in pcre pcrebuild pcrematching pcreapi pcrecallout pcrecompat \ |
| 49 |
pcrepattern pcrepartial pcreprecompile \ |
pcrepattern pcresyntax pcrepartial pcreprecompile \ |
| 50 |
pcreperform pcreposix pcrecpp pcresample pcrestack ; do |
pcreperform pcreposix pcrecpp pcresample pcrestack ; do |
| 51 |
echo " Processing $file.3" |
echo " Processing $file.3" |
| 52 |
nroff -c -man $file.3 >$file.rawtxt |
nroff -c -man $file.3 >$file.rawtxt |
| 129 |
pcre-config.in \ |
pcre-config.in \ |
| 130 |
libpcre.pc.in \ |
libpcre.pc.in \ |
| 131 |
libpcrecpp.pc.in \ |
libpcrecpp.pc.in \ |
|
config.h \ |
|
| 132 |
config.h.in \ |
config.h.in \ |
| 133 |
pcre_printint.src \ |
pcre_printint.src \ |
| 134 |
pcre_chartables.c.dist \ |
pcre_chartables.c.dist \ |
| 138 |
dftables.c \ |
dftables.c \ |
| 139 |
pcreposix.c \ |
pcreposix.c \ |
| 140 |
pcreposix.h \ |
pcreposix.h \ |
|
pcre.h \ |
|
| 141 |
pcre.h.in \ |
pcre.h.in \ |
| 142 |
pcre_internal.h |
pcre_internal.h |
| 143 |
pcre_compile.c \ |
pcre_compile.c \ |
| 181 |
echo Detrailing |
echo Detrailing |
| 182 |
./Detrail $files doc/p* doc/html/* |
./Detrail $files doc/p* doc/html/* |
| 183 |
|
|
| 184 |
|
echo Doing basic configure to get default pcre.h and config.h |
| 185 |
|
# This is in case the caller has set aliases (as I do - PH) |
| 186 |
|
unset cp ls mv rm |
| 187 |
|
./configure >/dev/null |
| 188 |
|
|
| 189 |
echo Converting pcre.h and config.h to generic forms |
echo Converting pcre.h and config.h to generic forms |
| 190 |
cp -f pcre.h pcre.h.generic |
cp -f pcre.h pcre.h.generic |
| 191 |
|
|
| 209 |
close OUT; |
close OUT; |
| 210 |
END |
END |
| 211 |
|
|
| 212 |
|
echo Done |
| 213 |
|
|
| 214 |
#End |
#End |