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 |
59 |
fi |
fi |
60 |
done |
done |
61 |
|
|
62 |
# The two commands |
# The three commands |
63 |
for file in pcretest pcregrep ; do |
for file in pcretest pcregrep pcre-config ; do |
64 |
echo Making $file.txt |
echo Making $file.txt |
65 |
nroff -c -man $file.1 >$file.rawtxt |
nroff -c -man $file.1 >$file.rawtxt |
66 |
../CleanTxt <$file.rawtxt >$file.txt |
../CleanTxt <$file.rawtxt >$file.txt |
139 |
dftables.c \ |
dftables.c \ |
140 |
pcreposix.c \ |
pcreposix.c \ |
141 |
pcreposix.h \ |
pcreposix.h \ |
|
pcre.h \ |
|
142 |
pcre.h.in \ |
pcre.h.in \ |
143 |
pcre_internal.h |
pcre_internal.h |
144 |
pcre_compile.c \ |
pcre_compile.c \ |
182 |
echo Detrailing |
echo Detrailing |
183 |
./Detrail $files doc/p* doc/html/* |
./Detrail $files doc/p* doc/html/* |
184 |
|
|
185 |
|
echo Doing basic configure to get default pcre.h and config.h |
186 |
|
# This is in case the caller has set aliases (as I do - PH) |
187 |
|
unset cp ls mv rm |
188 |
|
./configure >/dev/null |
189 |
|
|
190 |
echo Converting pcre.h and config.h to generic forms |
echo Converting pcre.h and config.h to generic forms |
191 |
cp -f pcre.h pcre.h.generic |
cp -f pcre.h pcre.h.generic |
192 |
|
|
210 |
close OUT; |
close OUT; |
211 |
END |
END |
212 |
|
|
213 |
|
echo Done |
214 |
|
|
215 |
#End |
#End |