Lines Matching +full:- +full:- +full:without +full:- +full:perl
11 # 132html A Perl script that converts a .1 or .3 man page into HTML. It
15 # CheckMan A Perl script that checks man pages for typos in the mark up.
17 # CleanTxt A Perl script that cleans up the output of "nroff -man" by
21 # Detrail A Perl script that removes trailing spaces from files.
26 # doc/html can be deleted and re-created from scratch.
28 # README & NON-AUTOTOOLS-BUILD
31 # documentation, because some people just go to the HTML without
42 /bin/rm -f pcre2demo.3
46 perl ../CheckMan *.1 *.3
54 -----------------------------------------------------------------------------
61 -----------------------------------------------------------------------------
72 nroff -c -man $file.3 >$file.rawtxt
73 perl ../CleanTxt <$file.rawtxt >>pcre2.txt
75 echo "------------------------------------------------------------------------------" >>pcre2.txt
83 for file in pcre2test pcre2grep pcre2-config ; do
85 nroff -c -man $file.1 >$file.rawtxt
86 perl ../CleanTxt <$file.rawtxt >$file.txt
94 perl <<"END" >pcre2demo.3
132 cp ../NON-AUTOTOOLS-BUILD html/NON-AUTOTOOLS-BUILD.txt
137 perl ../132html -toc $base <$file >html/$base.html
146 toc=-toc
147 if [ `expr $base : '.*_'` -ne 0 ] ; then toc="" ; fi
155 perl ../132html $toc $base <$file >html/$base.html
178 NON-AUTOTOOLS-BUILD \
187 pcre2-config.in \
189 libpcre2-8.pc.in \
190 libpcre2-16.pc.in \
191 libpcre2-32.pc.in \
192 libpcre2-posix.pc.in \
232 perl ./Detrail $files doc/p* doc/html/*