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 |
183 |
echo Detrailing |
echo Detrailing |
184 |
./Detrail $files doc/p* doc/html/* |
./Detrail $files doc/p* doc/html/* |
185 |
|
|
186 |
|
echo Doing basic configure to get default pcre.h and config.h |
187 |
|
# This is in case the caller has set aliases (as I do - PH) |
188 |
|
unset cp ls mv rm |
189 |
|
./configure >/dev/null |
190 |
|
|
191 |
echo Converting pcre.h and config.h to generic forms |
echo Converting pcre.h and config.h to generic forms |
192 |
cp -f pcre.h pcre.h.generic |
cp -f pcre.h pcre.h.generic |
193 |
|
|
211 |
close OUT; |
close OUT; |
212 |
END |
END |
213 |
|
|
214 |
|
echo Done |
215 |
|
|
216 |
#End |
#End |