/[pcre]/code/trunk/PrepareRelease
ViewVC logotype

Diff of /code/trunk/PrepareRelease

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 153 by ph10, Wed Apr 18 09:12:14 2007 UTC revision 254 by ph10, Mon Sep 17 11:05:37 2007 UTC
# Line 46  End Line 46  End
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
# Line 129  files="\ Line 129  files="\
129    pcre-config.in \    pcre-config.in \
130    libpcre.pc.in \    libpcre.pc.in \
131    libpcrecpp.pc.in \    libpcrecpp.pc.in \
   config.h \  
132    config.h.in \    config.h.in \
133    pcre_printint.src \    pcre_printint.src \
134    pcre_chartables.c.dist \    pcre_chartables.c.dist \
# Line 139  files="\ Line 138  files="\
138    dftables.c \    dftables.c \
139    pcreposix.c \    pcreposix.c \
140    pcreposix.h \    pcreposix.h \
   pcre.h \  
141    pcre.h.in \    pcre.h.in \
142    pcre_internal.h    pcre_internal.h
143    pcre_compile.c \    pcre_compile.c \
# Line 183  files="\ Line 181  files="\
181  echo Detrailing  echo Detrailing
182  ./Detrail $files doc/p* doc/html/*  ./Detrail $files doc/p* doc/html/*
183    
184    echo Doing basic configure to get default pcre.h and config.h
185    # This is in case the caller has set aliases (as I do - PH)
186    unset cp ls mv rm
187    ./configure >/dev/null
188    
189  echo Converting pcre.h and config.h to generic forms  echo Converting pcre.h and config.h to generic forms
190  cp -f pcre.h pcre.h.generic  cp -f pcre.h pcre.h.generic
191    
# Line 206  perl <<'END' Line 209  perl <<'END'
209    close OUT;    close OUT;
210  END  END
211    
212    echo Done
213    
214  #End  #End

Legend:
Removed from v.153  
changed lines
  Added in v.254

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12