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
98 "// - A demonstration C program for PCRE2 - //\n" .
135 cp ../NON-AUTOTOOLS-BUILD html/NON-AUTOTOOLS-BUILD.txt
140 perl ../132html -toc $base <$file >html/$base.html
149 toc=-toc
150 if [ `expr $base : '.*_'` -ne 0 ] ; then toc="" ; fi
158 perl ../132html $toc $base <$file >html/$base.html
181 NON-AUTOTOOLS-BUILD \
190 pcre2-config.in \
192 libpcre2-8.pc.in \
193 libpcre2-16.pc.in \
194 libpcre2-32.pc.in \
195 libpcre2-posix.pc.in \
235 perl ./Detrail $files doc/p* doc/html/*