--- code/trunk/PrepareRelease 2007/04/18 09:12:14 153 +++ code/trunk/PrepareRelease 2007/08/21 15:00:15 227 @@ -46,7 +46,7 @@ echo "Making pcre.txt" for file in pcre pcrebuild pcrematching pcreapi pcrecallout pcrecompat \ - pcrepattern pcrepartial pcreprecompile \ + pcrepattern pcresyntax pcrepartial pcreprecompile \ pcreperform pcreposix pcrecpp pcresample pcrestack ; do echo " Processing $file.3" nroff -c -man $file.3 >$file.rawtxt @@ -139,7 +139,6 @@ dftables.c \ pcreposix.c \ pcreposix.h \ - pcre.h \ pcre.h.in \ pcre_internal.h pcre_compile.c \ @@ -183,6 +182,11 @@ echo Detrailing ./Detrail $files doc/p* doc/html/* +echo Doing basic configure to get default pcre.h and config.h +# This is in case the caller has set aliases (as I do - PH) +unset cp ls mv rm +./configure >/dev/null + echo Converting pcre.h and config.h to generic forms cp -f pcre.h pcre.h.generic @@ -206,4 +210,6 @@ close OUT; END +echo Done + #End