Some man pages were being missed when creating pcre2.txt.
This commit is contained in:
parent
69d61e2fdb
commit
9ba3784b2e
|
@ -65,13 +65,9 @@ End
|
||||||
|
|
||||||
echo "Making pcre2.txt"
|
echo "Making pcre2.txt"
|
||||||
for file in pcre2 pcre2api pcre2build pcre2callout pcre2compat pcre2jit \
|
for file in pcre2 pcre2api pcre2build pcre2callout pcre2compat pcre2jit \
|
||||||
pcre2limits pcre2matching pcre2partial pcre2unicode ; do
|
pcre2limits pcre2matching pcre2partial pcre2pattern pcre2perform \
|
||||||
|
pcre2posix pcre2sample pcre2serialize pcre2stack pcre2syntax \
|
||||||
#for file in \
|
pcre2unicode ; do
|
||||||
# pcre2syntax \
|
|
||||||
# pcre2precompile pcre2perform pcre2posix pcre2sample \
|
|
||||||
# pcre2stack ; do
|
|
||||||
|
|
||||||
echo " Processing $file.3"
|
echo " Processing $file.3"
|
||||||
nroff -c -man $file.3 >$file.rawtxt
|
nroff -c -man $file.3 >$file.rawtxt
|
||||||
perl ../CleanTxt <$file.rawtxt >>pcre2.txt
|
perl ../CleanTxt <$file.rawtxt >>pcre2.txt
|
||||||
|
|
Loading…
Reference in New Issue