[efrench] [10]

[ Thread Index | Date Index | More lists.tuxfamily.org/efrench Archives ]


Revision: 10
Author:   rayj
Date:     2010-07-29 16:13:43 +0200 (Thu, 29 Jul 2010)
Log Message:
-----------


Removed Paths:
-------------
    trunk/GNUmakefileU10
    trunk/initex/ushyph.tex

Deleted: trunk/GNUmakefileU10
===================================================================
--- trunk/GNUmakefileU10	2010-07-29 14:11:30 UTC (rev 9)
+++ trunk/GNUmakefileU10	2010-07-29 14:13:43 UTC (rev 10)
@@ -1,1944 +0,0 @@
-# Automatic FrenchPro style files installation for Unix & LaTeX
-#
-# Vous n'avez pas besoin d'etre "root" ou super-utilisateur pour installer
-# FrenchPro a l'essai sur votre compte. Toute installation avec "root"
-# necessitera une licence site. Placez le dossier "french" dans ~/texmf/source/
-# pour une installation perso ou sinon, pour un site, dans un endroit du 
-# genre : /usr/local/texmf-local/source/
-# A la fin de l'installation $PATH est eventuellement a modifier pour
-# acceder aux differentes commandes (frtex, frlatex, ... et/ou FrenchPro).
-#
-# Ce fichier contient presque toute la m\xE9canique d'installation de FrenchPro.
-# Vous n'avez pas, a priori, a modifier ce fichier (toutes les variables
-# peuvent etre introduites a l'appel de la commande "make").
-# Ce fichier s'utilise avec GNU "make"/"gmake" ; il suffit de taper :
-# "gmake -f GNUmakefile" (l'indication du nom de fichier est normalement
-# inutile car c'est le nom par defaut).
-#
-# Si vous n'avez pas de commande GNU "make" vous avez forcement une commande
-# make dans votre systeme (sauf avec MacOs X ou il faut aller chercher 
-# "gnumake" dans les outils compl\xE9mentaires). 
-# La procedure a suivre quand on n'a pas de GNU make est alors de recopier
-# "makefile.gen" en "makefile" et d'adapter ce "makefile" a votre 
-# environnement systeme.
-#
-# La variable $LANG est utilisee par defaut pour les messages console ;
-# si necessaire choisir LANG=fr pour avoir les messages en francais :
-#  "gmake -f GNUmakefile LANG=fr"
-#
-# L'installation est realisee par defaut dans la hierarchie $TEXMFLOCAL
-# sinon dans $TEXMFHOME ou enfin dans $TEXMFMAIN. Si vous n'avez pas 
-# autorite pour ecrire dans les fichiers necessaires alors $TEXMFHOME
-# sera choisi. C'est la variable $DESTDIR qui vous indiquera le choix 
-# realise ; a vous de voir si c'est le bon et sinon de modifier cette 
-# variable (il vous sera demand\xE9 confirmation).
-#
-# Avec l'option NONSTOP=nonstop l'installation complete est realisee sans
-# intervention de votre part ; les formats frtex, frlatex, frpdftex, 
-# frpdflatex, fretex et frelatex seront automatiquement crees.
-#
-# Attention : 
-#       -  par d\xE9faut FrenchPro suppose que vous avez install\xE9
-# TeXLive 2004 ou sup\xE9rieur ; si ce n'est pas le cas vous pouvez coder
-# TL2004="NO". A noter que depuis TeXLive 2003 le moteur utilise pour 
-# realiser le format LaTeX est base sur eTeX (et non plus TeX) ; si ce
-# n'est pas ce que vous voulez il suffit de coder TL2003="NO" a 
-# l'appel de GNUmakefile.
-#
-# Pour d'autres informations essayer "make help"/"gmake help".
-#
-# Bonne installation.
-#
-#                                        Bernard GAULLE
-#                                    (email: frenchprobg -CHEZ- free.fr)
-#                                ma derniere revision date du 2007/04/04
-########################################################################
-#
-# This file "GNUmakefile" will generate a "makefile.gen" file for
-# further installation steps from file "Makefile.in".
-# If you don't have the GNU make command, please then 
-# copy "makefile.gen" as "makefile" for any modification.
-# "GNUmakefile" is usually the default file name for GNU make
-# but you should be more confident if you type it in.
-#
-# So, please, you should type in: "gmake -f GNUmakefile"
-#
-# $LANG environnement variable is used to select the language
-# for messages (either set to "en" [English] or "fr" [French]).
-#
-# Depending of authorization files will be installed in the $TEXMFLOCAL 
-# hierarchy (otherwise $TEXMFHOME or $TEXMFMAIN); so if you have 
-# running "gmake" as well as teTeX/TeXLive, just type "gmake -f GNUmakefile" 
-# and the first step will be done automatically for you. You will be
-# asked then to type in few other commands for the last steps.
-#   
-########################################################################
-#   Start of customization section
-########################################################################
-MAXLOGS=YES# Keep all logs in GNUmakefile.log
-#SHELL=/bin/sh# The usual shell for makefile.
-SEP=:# the usual unix field separator
-DVNF=/dev/null# The usual null file.
-DNF=/dev/null# Our cumulative null file.
-LNS=ln -s# The usual unix link fashion.
-
-CODEC="LC_CTYPE=${LCCTYPE}"# This is like our codec.
-XPWD=$(shell $(SHELL) -ec "pwd")# This is where we are.
-WHOAMI=$(shell $(SHELL) -ec "whoami")# This is the login name.
-UMASK=$(shell $(SHELL) -ec "umask")# May explain few pb.
-ISshOK=$(shell $(SHELL) -ec "type echo >>${DNF} && echo YES || echo ")
-EMPTY=
-
-ifneq ($(WHOAMI),$(EMPTY))
-LOGINNAME="login=$(WHOAMI)"
-endif
-
-#
-# 0) Choose your language for messages (if not set in your environnement)
-#LANG=fr# for French
-#LANG=en# for English
-#    Set your OS to Windows if compatible, defaultly any Unix is assumed.
-#OS=Windows#
-#    Try to authorize blank in file/dircetory names, except for Windows.
-EB=sed -e "s/ /\\\\ /g"# Put an escape to protect blank.
-#
-# Defaults : hyconfig and kbconfig configurators are used.
-# 1) Choose your input encoding for kbconfig (i.e. the keyboard package):
-#    decmulti, ansinew, ascii, cp850, next, applemac, latin1, latin9, utf8
-ifeq ($(FOR),MAC)#
-OSTYPE=darwin_forced#
-else
-OSTYPE=$(shell $(SHELL) -ec 'echo "$$OSTYPE" | \
-                           sed -e "s/darwin.*/darwin/"')#
-endif
-VID="'$$$$'"# "$" is system dependend variable id for unix shell.
-ifeq ($(FOR),PC)#
-  OS=Windows_forced#
-endif
-SUPERUSERD=su ; #
-SUPERUSERF=exit ; #
-
-#LCCTYPE=iso_latin_15# ISO-Latin-9 for the C library.
-LCCTYPE=$(shell ${SHELL} -ec "echo '$(LC_CTYPE)' | \
-                     sed -e 's!_.*!!' -e 's!@.*!!'")
-ifeq ($(LCCTYPE),)
-LCCTYPE=$${LC_CTYPE}
-endif
-ifeq ($(LCCTYPE),)# To decode LCCTYPE from, e.g., LANG=fr_FR.UTF8
-LCCTYPE=$(shell ${SHELL} -ec "echo '$(LANG)' | \
-                     sed -e 's!^.*[.]!!' | tr [:upper:] [:lower:]")
-endif
-
-ifeq ($(OSTYPE),darwin)#
-   ifneq (${INITID},xe)# If not XeTeX wanted.
-     IENCODING=applemac# applemac is the default for MacOs X   
-   else
-     IENCODING=utf8# utf8 is the default for XeTeX
-     EXTENDEDMODE=NO# XeTeX don t generate .efmt
-   endif
-   THEOSTYPE=${OSTYPE}
-   CODEC="OSTYPE=${OSTYPE}"
-   SUPERUSERD=sudo #
-   SUPERUSERF=#
-   ifeq ($(WHOAMI),root)
-        IsItRoot=YES
-	CMDO=sudo # do it with sudo cmd.
-   endif
-else
-   ifeq ("$(LCCTYPE)","utf8")
-     IENCODING=utf8#   Unicode new French encoding default for Unix
-   else
-     IENCODING=latin9# ISO-Latin-9 is the default French encoding for Unix
-   endif
-   AUTREOS=$(shell $(SHELL) -ec 'echo "${OS}" | sed -e "s/_.*//"')#
-   ifneq ($(OSTYPE),)
-   THEOSTYPE=${OSTYPE}
-   endif
-   ifeq ($(OS),windows)
-	AUTREOS=Windows#
-   endif
-   ifeq ($(OS),WINDOWS)
-	AUTREOS=Windows#
-   endif
-   ifeq (${OS},Windows)#
-	AUTREOS=Windows#
-   endif
-   ifeq (${AUTREOS},Windows)#
-	IENCODING=ansinew#   ansinew is the default French encoding for Windows
-	SEP=\;# the usual windows field separator, not unix command sep.
-	DVNF=${XPWD}/devnull
-	DNF=${XPWD}/devnull
-	LNS=${SHELL} ${XPWD}/bin/lns
-	CODEC="OS=${OS}"
-	LFADD=${LF} ${MAKENAME2} ${LFARG} >>${DNF}
-	EB=cat -# No escape-blank.
-        THEOSTYPE=${AUTREOS}
-        VID=#
-   endif
-endif
-ifeq ($(WHOAMI),root)
-TYPEL=site# This is a site installation.
-MODEL=${MODI}
-else # use usual teTeX/TeXLive script
-TSYS=
-endif
-
-PWDWC=$(shell $(SHELL) -ec 'echo "${XPWD}" | wc -w')
-MYPWD=$(shell $(SHELL) -ec 'echo "${XPWD}" | ${EB}')
-
-# Don't know why i don't obtain below all tokens such as "fr_FR"
-#ifeq (${LC_CTYPE},)
-#CODEC=$(shell  $(SHELL) -ec 'locale 2>>${DNF}| grep "LC_CTYPE="')
-#endif
-
-# 2) Choose your installation pgm and attributes
-# Either cp, install BSD or install SYSTEM V:
-# On SYSTEM V you could have to give also your usersname and group id.
-INSTALLOPT=-c#
-#INTERACTIVE=-i# for the "cp" commands
-#INSTALLCMD=cp
-#INSTALLCMD=/usr/ucb/install ${INSTALLOPT}# for SOLARIS 7
-#INSTALLCMD=/usr/bin/installbsd ${INSTALLOPT}# on AIX 4.1! 
-#INSTALLCMD=/etc/install# on HP-UX
-ifeq (${AUTREOS},Windows)#
-INSTALLCMD=install ${INSTALLOPT}#
-endif
-ifeq (${INSTALLCMD},)
-INSTALLCMD=$(shell ${SHELL} -ec "type install | sed -n 's/install is //p'") \
-           ${INSTALLOPT}
-endif
-ifeq (${INSTALLCMD},)
-INSTALLCMD=$(shell ${SHELL} -ec "type installbsd | \
-					      sed -n 's/installbsd is //p'") \
-           ${INSTALLOPT}
-endif
-ifeq (${INSTALLCMD},)
-INSTALLCMD=/usr/bin/install ${INSTALLOPT}#
-endif
-
-CAT=cat#
-CP=${INSTALLCMD}#
-MODBIN=-m 755# chmod for binaries.
-MODTXT=-m 644# chmod for textual files.
-
-MOD4ME=gu+rx # chmod i need for installing my own files.
-ifeq (${AUTREOS},Windows)#
-MOD4ME=ogu+rx # chmod i need for installing my own files under Windows.
-endif
-
-INTERACTIVE=#
-
-# Let's see if we have MiKTeX (in fact initexmf)
-VISMiKTeX=$(shell $(SHELL) -ec 'initexmf --version 2>>${DNF}\
-           | grep "MiKTeX" >>${DNF} && echo YES || echo ')
-ISMiKTeX=${VISMiKTeX}
-ENGINE=TeX#
-EXTINI=.ini# extension for intex files (e.g: frpdflatex.fpi)
-ifeq (${ISMiKTeX},YES)# case MiKTeX forced thru arg.
-  ENGINE=MiKTeX#
-  ANORM=@${ECHO} 
-# MikTeX 2.5 or higher is supposed installed, if not code MIKTEX25="NO".
-  ifeq (${MIKTEX25},NO)# was not eTeX before MikTeX 2.5 (09/2006)
-       EXTENDEDMODE=NO
-       TL2004=NO
-       EXTINI=.ini
-  else # Now we must change extension bec. config files have the same name.
-       EXTINI=.fpi# new extension for intex files (e.g: frpdflatex.fpi)
-  endif
-  ifneq (${VISMiKTeX},YES)
-  ANORM=@${ECHO} ${E1H} ; ${ECHO} ${E46} ; ${ECHO} ${E47} ; exit 1 
-  endif
-endif
-ifneq (${ISMiKTeX},YES)
-# Let's see if we have teTeX (in fact kpsewhich)
-VISteTeX=$(shell $(SHELL) -ec "kpsewhich -h 2>>${DNF} >>${DNF} \
-                              && echo YES || echo ")
-ISteTeX=${VISteTeX}
-KPSL=kpsewhich.log
-endif
-ifeq (${ISteTeX},YES)# case teTeX forced thru arg.
-  ENGINE=teTeX/TeXLive#
-  ANORM=@${ECHO} 
-  ifneq (${VISteTeX},YES)
-  ANORM=@${ECHO} ${E1H} ; ${ECHO} ${E46} ; ${ECHO} ${E47} ; exit 1 
-  endif
-endif
-# Let's see if we have mkdirhier
-ISITmkdirhier=$(shell $(SHELL) -ec "\
-                      mkdirhier tst 2>>${DNF} && echo YES || echo ")
-# Let's see if we have lex and flex
-ISITlex=$(shell $(SHELL) -ec "lex -h 2>>${DNF} >>${DNF} && echo YES || echo ")
-ISITflex=$(shell $(SHELL) -ec "flex -h 2>>${DNF} >>${DNF} && echo YES || echo ")
-
-# Let's see if we have gawk
-ISITgawk=$(shell $(SHELL) -ec "gawk 2>>${DNF} >>${DNF} && echo YES || echo ")
-ifeq ($(ISITgawk),YES)
-    AWK=gawk
-else
-    AWK=awk
-endif
-
-# Default environnement variable ALLTEXPATH can be set to /usr/local/...
-# to define TEXMFMAIN and BINDIR directory (no teTeX engine)
-SRCROOT=$(shell $(SHELL) -ec 'echo "${ALLTEXPATH}" | ${EB}')#Save it ...
-
-BSR=sed 's!\\!/!g'
-
-# $TEXMFMAIN is the root directory for your TeX site
-# (usually TEXMFMAIN=/usr/local/share/texmf).
-# The makefile will try below for a teTeX engine to guess which tey are.
-# With teTeX we have to clean a little its TEXMF variable:
-MYTEXMF=$(shell $(SHELL) -ec 'echo "${TEXMF}" | ${EB}')
-
-ifeq ($(ISteTeX),YES)
-TEXMFLOCAL=$(shell kpsewhich --expand-var '$$TEXMFLOCAL' | ${BSR} | ${EB})
-HOMETEXMF=$(shell kpsewhich --expand-var '$$TEXMFHOME'   | ${BSR} | ${EB})
-THT=HOMETEXMF
-  ifeq ($(HOMETEXMF),)# Test teTeX Fedora core 4, TeXLive 2005.
-# User's trees:
-HOMETEXMF=$(shell kpsewhich --expand-var '$$TEXMFHOME'   | ${BSR} | ${EB})
-THT=TEXMFHOME
-HOMETREE=${HOMETEXMF}
-    ifneq (${IsItRoot},YES)
-#TMFCONFIG=$(shell kpsewhich --expand-var '$$TEXMFCONFIG' | ${BSR} | ${EB})
-TMFVAR=$(shell kpsewhich --expand-var '$$TEXMFVAR'        | ${BSR} | ${EB})
-TSYS=
-    else
-# Site's trees:
-TMFCONFIG=$(shell kpsewhich --expand-var '$$TEXMFSYSCONFIG' \
-                                                         | ${BSR} | ${EB})
-TEXMFVAR=$(shell kpsewhich --expand-var '$$TEXMFVAR'     | ${BSR} | ${EB})
-TMFVAR=$(shell kpsewhich --expand-var '$$TEXMFSYSVAR'    | ${BSR} | ${EB})
-# teTeX/TeXLive root scripts should end with:
-TSYS=-sys
-    endif                                                         
-  endif
-TEXMFMAIN=$(shell kpsewhich --expand-var '$$TEXMFMAIN'   | ${BSR} | ${EB})
-MYTEXMF=$(shell kpsewhich --expand-var '$$TEXMF'         | ${BSR} | ${EB})
-ISIT227TCX=$(shell $(SHELL) -ec "test -f '${TEXMFMAIN}/web2c/cp227.tcx' >>${DNF} && echo YES || echo ")
-endif
-
-# With teTeX you should have an environment $TEXMFLOCAL allready set or
-# $HOMTEXMF (if no $TEXMFLOCAL) or at least $TEXMFMAIN to inform 
-# the makefile where to move the french files.
-# Destination can be set via $DESTDIR variable, otherwise the order
-# of choice is: 1- TEXMFLOCAL 2- HOMETEXMF 3- TEXMFMAIN
-ALLTEXPATH=${TEXMFLOCAL}
-ifneq ($(DESTDIR),$(EMPTY))
-ALLTEXPATH=${DESTDIR}
-endif
-ATP=${ALLTEXPATH}
-ATPWC=$(shell $(SHELL) -ec 'echo "${ATP}" | wc -w')
-
-MYFMTUTILCNF= fr???.ini# for msg 312 MiKTeX
-ifeq ($(ISteTeX),YES)
-CommonTeX=YES
-ENGINE=teTeX/TeXLive
-HOMEWEB2C=${HOMETEXMF}/web2c
-HOMETEXMFCNF=${HOMEWEB2C}/texmf.cnf
-NWF=--format='web2c files'
-REALTEXMFCNF=$(shell kpsewhich texmf.cnf                 | ${BSR} | ${EB})
-ifeq (${REALTEXMFCNF},)
-REALTEXMFCNF=$(shell kpsewhich ${NWF} texmf.cnf          | ${BSR} | ${EB})
-endif
-MYTEXMFCNF=${REALTEXMFCNF}
-REALFMTUTILCNF=$(shell kpsewhich fmtutil.cnf             | ${BSR} | ${EB})
-ifeq (${REALFMTUTILCNF},)
-REALFMTUTILCNF=$(shell kpsewhich ${NWF} fmtutil.cnf      | ${BSR} | ${EB})
-endif
-MYFMTUTILCNF=${REALFMTUTILCNF}
-# The following will not provide the real path to pdftex.cfg.
-#REALPDFTEXCFG=$(shell kpsewhich pdftex.cfg               | ${BSR} | ${EB})
-#    ifneq ($(REALPDFTEXCFG),${EMPTY})
-#      COPYPDFTEXCFG=${CP} ${MODTXT} ${REALPDFTEXCFG} pdftex.cfg
-#      DELPDFTEXCFG=${RM} pdftex.cfg
-#    endif
-HOMEFMTUTILCNF=${HOMEWEB2C}/fmtutil.cnf
-HFCexists=$(shell ${SHELL} -ec \
-	"test -f '${HOMEFMTUTILCNF}' >>${DNF} && echo YES || echo ")
-#MYFRLDAT=$(shell kpsewhich frlicense.dat                 | ${BSR} | ${EB})
-endif
-#
-LSLSR=ls -l ${ATP}/ls-R# check for ls-R
-LSLSRD=ls -ld ${ATP}#
-
-ifeq (${ISMiKTeX},YES)
-	CommonTeX=YES
-	ENGINE=MiKTeX
-	TEXMFLOCAL=$(shell initexmf --report | grep "root \#0:  -ld  " | \
-	             sed 's!root \#0:  -ld  !!g' | ${BSR})
-	TEXMFMAIN=$(shell initexmf --report | grep "root \#1:  i-d  " | \
-	             sed 's!root \#1:  i-d  !!g' | ${BSR})
-	TEXMFWAIN=$(shell initexmf --report | grep "root \#0:  ild  " | \
-	             sed 's!root \#0:  ild  !!g' | ${BSR})
-	MYTEXMF=${TEXMFMAIN}
-	ifeq (${MYTEXMF},$(EMPTY))
-		TEXMFMAIN=${TEXMFWAIN}
-		MYTEXMF=${TEXMFWAIN}
-	endif
-	ifeq (${TEXMFLOCAL},$(EMPTY))
-		TEXMFLOCAL=${TEXMFWAIN}
-	endif
-	MYFMTINIDIR=${TEXMFLOCAL}/miktex/config
-	MYFMTINI=formats.ini
-	MYCNFINIDIR=${TEXMFLOCAL}/miktex/config
-	ifeq (${VISMiKTeX},YES)
-	MYFMTINI=formatsfp.ini
-	MYMIKTEXDIR=${MYPWD}/miktex
-	MYCNFINIDIR=${MYMIKTEXDIR}/config
-	MYFMTINIDIR=${MYMIKTEXDIR}/config
-	MIKTEXFMTDIR=${TEXMFLOCAL}/miktex/config
-	MIKTEXCNFDIR=${TEXMFLOCAL}/miktex/config
-	endif
-#INUTILIS\xE9 ?	CNFINIDIR=${TEXMFLOCAL}/miktex/config
-       ifeq (${MIKTEX25},NO)
-	     MYCNFINIP=miktex.ini
-	     MYCNFINIL=miktex.ini
-	     MYCNFINIS=miktex.ini
-	else
-	     MYCNFINIP=${PFMTNAME}.ini
-	     MYCNFINIL=${LFMTNAME}.ini
-	     MYCNFINIS=${PFMTNAME}.ini, ${LFMTNAME}.ini
-	endif
-	M2122=(${ECHO} ${E21}; ${ECHO} ${E22};\
-	       exit 1)
-else
-	M2122=(${ECHO} ${E21}; ${ECHO} ${E22};\
-	       ${LSLSRD}/ ; ${LSLSRD}/ >>${MYPWD}/${THELOG} ;\
-	       ${LSLSR}; ${LSLSR} >>${MYPWD}/${THELOG};\
-	       ${LSLSRD}/tex/ ; ${LSLSRD}/tex/ >>${MYPWD}/${THELOG};\
-	       ${LSLSRD}/tex/fptry.tex ; ${LSLSRD}/tex/fptry.tex >>${MYPWD}/${THELOG};\
-               ${ECHO} ${E23}; exit 1)
-endif
-#
-ifeq ($(ATP),$(EMPTY))
-	ATP=${TEXMFLOCAL}
-endif
-
-WriteAble=$(shell ${SHELL} -ec \
-			"test -w '${ATP}' >>${DNF} && echo YES || echo ")
-   ifneq (${WriteAble},YES)
-	ATP=
-   endif
-#
-ifeq ($(ATP),$(EMPTY))
-	ATP=${HOMETEXMF}
-	WriteAble=$(shell ${SHELL} -ec \
-			"test -w '${ATP}' >>${DNF} && echo YES || echo ")
-   ifneq (${WriteAble},YES)
-     ATP=
-   endif
-endif
-
-ifeq ($(ATP),$(EMPTY))
-	ATP=${TEXMFMAIN}
-endif
-
-# For site installation, avoid to modify TEXMFMAIN CNFs but TEXMFLOCAL ones.
-# (if any CNF chosen is in TEXMFMAIN put both in TEXMFLOCAL)
-GOw2c=${ECHO} ""
-ifeq ($(ISteTeX),YES)
-  ifeq (${WHOAMI},root)
-    ifeq ("${REALTEXMFCNF}","${TEXMFMAIN}/web2c/texmf.cnf")
-    W2Cexists=$(shell ${SHELL} -ec \
-	"test -d '${TEXMFLOCAL}/web2c/' >>${DNF} && echo YES || echo ")
-	ifneq (${W2Cexists},YES)
-          GOw2c=${MKDIRS} ${TEXMFLOCAL}/web2c/ 
-        endif
-    GOhtc=${GOw2c} ;\
-	  echo "${RM} ${TEXMFLOCAL}/web2c/texmf.cnf" >> ${MYPWD}/uninstall.sh ;\
-          ${CP} ${MODTXT} ${REALTEXMFCNF} ${TEXMFLOCAL}/web2c/ ;
-    MYTEXMFCNF=${TEXMFLOCAL}/web2c/texmf.cnf
-# any way we should force fmtutil.cnf to be in the same place:
-       ifneq (${REALFMTUTILCNF},${TEXMFLOCAL}/web2c/fmtutil.cnf)
-          GOhfc=\
-	  echo "${RM} ${TEXMFLOCAL}/web2c/fmtutil.cnf" >> ${MYPWD}/uninstall.sh ;\
-	  ${CP} ${MODTXT} ${REALFMTUTILCNF} ${TEXMFLOCAL}/web2c/ ;
-          MYFMTUTILCNF=${TEXMFLOCAL}/web2c/fmtutil.cnf
-       endif
-    endif
-    ifeq ("${REALTEXMFCNF}","${TEXMFLOCAL}/web2c/texmf.cnf")
-# any way we should force fmtutil.cnf to be in the same place:
-       ifneq (${REALFMTUTILCNF},${TEXMFLOCAL}/web2c/fmtutil.cnf)
-          GOhfc=\
-	  echo "${RM} ${TEXMFLOCAL}/web2c/fmtutil.cnf" >> ${MYPWD}/uninstall.sh ;\
-	  ${CP} ${MODTXT} ${REALFMTUTILCNF} ${TEXMFLOCAL}/web2c/ ;
-          MYFMTUTILCNF=${TEXMFLOCAL}/web2c/fmtutil.cnf
-       endif
-    endif
-    ifeq ("${REALFMTUTILCNF}","${TEXMFMAIN}/web2c/fmtutil.cnf")
-	ifneq (${W2Cexists},YES)
-          GOw2c=${MKDIRS} ${TEXMFLOCAL}/web2c/ 
-        endif
-    GOhfc=${GOw2c} ;\
-	  echo "${RM} ${TEXMFLOCAL}/web2c/fmtutil.cnf" >> ${MYPWD}/uninstall.sh ;\
-          ${CP} ${MODTXT} ${REALFMTUTILCNF} ${TEXMFLOCAL}/web2c/ ;
-    MYFMTUTILCNF=${TEXMFLOCAL}/web2c/fmtutil.cnf
-# any way we should force texmf.cnf to be in the same place:
-       ifneq (${REALTEXMFCNF},${TEXMFLOCAL}/web2c/texmf.cnf)
-          GOhfc=\
-	  echo "${RM} ${TEXMFLOCAL}/web2c/texmf.cnf" >> ${MYPWD}/uninstall.sh ;\
-	  ${CP} ${MODTXT} ${REALTEXMFCNF} ${TEXMFLOCAL}/web2c/ ;
-          MYTEXMFCNF=${TEXMFLOCAL}/web2c/texmf.cnf
-       endif
-    endif
-    ifeq ("${REALFMTUTILCNF}","${TEXMFLOCAL}/web2c/fmtutil.cnf")
-# any way we should force texmf.cnf to be in the same place:
-       ifneq (${REALTEXMFCNF},${TEXMFLOCAL}/web2c/texmf.cnf)
-          GOhfc=\
-	  echo "${RM} ${TEXMFLOCAL}/web2c/texmf.cnf" >> ${MYPWD}/uninstall.sh ;\
-	  ${CP} ${MODTXT} ${REALTEXMFCNF} ${TEXMFLOCAL}/web2c/ ;
-          MYTEXMFCNF=${TEXMFLOCAL}/web2c/texmf.cnf
-       endif
-    endif
-  endif
-endif
-
-# Original CNF should be writable, if not go back to home.
-ifeq ($(ISteTeX),YES)
-   WriteAble=$(shell ${SHELL} -ec \
-			"test -w '${REALTEXMFCNF}' >>${DNF} && echo YES || echo ")
-   ifneq (${WriteAble},YES)
-     ifneq (${HOMETEXMF},${EMPTY})
-     W2Cexists=$(shell ${SHELL} -ec \
-	"test -d '${HOMEWEB2C}' >>${DNF} && echo YES || echo ")
-	ATP=${HOMETEXMF}
-	FIRSTBIN=${HOMETEXMF}/bin
-	NECESSARYFPCMD=FrenchPro #
-	MYTEXMFCNF=${HOMETEXMFCNF}
-	MYFMTUTILCNF=${HOMEFMTUTILCNF}
-	ifneq (${W2Cexists},YES)
-	  GOw2c=${MKDIRS} ${HOMEWEB2C} 
-	endif
-        HTCexists=$(shell ${SHELL} -ec \
-	          "test -f '${HOMETEXMFCNF}' >>${DNF} && echo YES || echo ")
-	ifneq (${HTCexists},YES)
-	  GOhtc=${GOw2c} ; \
-	  echo "${RM} ${TEXMFLOCAL}/web2c/texmf.cnf" >> ${MYPWD}/uninstall.sh ;\
-	  ${CP} ${MODTXT} ${REALTEXMFCNF} ${HOMETEXMFCNF} ;\
-	  echo " " >>${HOMETEXMFCNF} ; \
-          echo "% The following lines were added by FrenchPro ${VFP}" >>${HOMETEXMFCNF} ; \
-	  ${ECHO} ${E48} ;
-	  DELhtc=${RM} ${HOMETEXMFCNF} ;
-	endif
-	ifneq (${HFCexists},YES)
-	  GOhfc=${GOw2c} ; \
-	  echo "${RM} ${TEXMFLOCAL}/web2c/fmtutil.cnf" >> ${MYPWD}/uninstall.sh ;\
-	  ${CP} ${MODTXT} ${REALFMTUTILCNF} ${HOMEFMTUTILCNF} ; \
-	  echo " " >>${HOMEFMTUTILCNF} ; \
-	  echo "\# The following lines were added by FrenchPro ${VFP}" >>${HOMEFMTUTILCNF} ; \
-	  ${ECHO} ${E49} ;
-	  DELhfc=${RM} ${HOMEFMTUTILCNF} ;
-	endif
-     endif
-   endif
-endif
-
-# MacOs users should have $HOMETEXMF=$HOME/Library/texmf
-# thus if necessary, we set the from ~/texmf which is usually ${HOMETEXMF}
-ifeq (${ATP},${HOMETEXMF})
-   ifeq (${OSTYPE},darwin)
-   DirExists=$(shell ${SHELL} -ec \
-			"test -d '${HOMETEXMF}' >>${DNF} && echo YES || echo ")
-     ifneq (${DirExists},YES)
-     REALHOMETEXMF=$(shell kpsewhich --expand-var '$$HOMETEXMF' \
-                                                          | ${BSR} | ${EB})
-     HOMETEXMF=$$HOME/Library/texmf
-     SetLinkLibrary=${LNS} ${HOMETEXMF} ${REALHOMETEXMF} 2>>${DNF}
-     endif
-   endif
-endif
-
-LATEXDIRL=${TEXMFLOCAL}/tex/latex
-PLAINDIRL=${TEXMFLOCAL}/tex/plain
-ifeq ($(ISteTeX),YES)
-  ifneq ($(HOMETREE),)
-	LATEXDIR=${HOMETREE}/tex/latex
-	PLAINDIR=${HOMETREE}/tex/plain
-	PDFTEXDIR=${HOMETREE}/pdftex
-  endif
-else
-  ifneq ($(ATP),)
-	LATEXDIR="${ATP}"/tex/latex
-	PLAINDIR="${ATP}"/tex/plain
-	PDFTEXDIR="${ATP}"/pdftex
-  endif
-endif
-
-CorrectDirPath=$(shell diff "." "${MYPWD}" >>${DNF} && echo YES || echo )
-
-# Where we are (usually "${ATP}"/source/french).
-# Notice: Never delete the stuff in "${ATP}"/source/french 
-#         otherwise various files will be missing.
-
-# Force TEXINPUTS for teTeX to avoid using ancient installed files. 
-ifeq ($(CommonTeX),YES)
-        TEXSYSCFG=$(shell kpsewhich texsys.cfg|${EB})
-   ifneq ($(TEXSYSCFG),$(EMPTY))
-	TEXSYSBASE=$(shell dirname "${TEXSYSCFG}"|${EB})
-	TEXSYSDIR=$(shell dirname "${TEXSYSBASE}"|${EB})
-   endif
-	LATEXLTX=${shell kpsewhich latex.ltx|${EB}}
-   ifneq ($(LATEXLTX),$(EMPTY))
-	LATEXBASE=$(shell dirname "${LATEXLTX}"|${EB})
-	LATEXDIR=$(shell dirname "${LATEXBASE}"|${EB})
-   endif
-# The following is to detect TeXLive2005 error
-	MSGSTY=${shell kpsewhich msg.sty|${EB}}
-   ifneq ($(MSGSTY),$(EMPTY))
-	MSGTEX=${shell kpsewhich french_msg-msg.tex|${EB}}
-   else
-        MSGTEX=MayNotExist
-   endif
-PLAINTEX=${shell kpsewhich plain.tex|${EB}}
-   ifneq ($(PLAINTEX),$(EMPTY))
-	PLAINDIR=$(shell dirname "${PLAINTEX}"|${EB})
-   endif
-SEDFMTPDF=sed -e "s/\\pdfoutput=0/\\pdfoutput=1/"  
-   ifeq (${INITID},pdf)# Move from dvi to pdf output
-SEDFMTFR=sed -e "s/\\pdfoutput=0/\\pdfoutput=1/"  
-   else
-SEDFMTFR=cat 
-   endif
-PDFCFILE=pdftex.cfg
-# Config file in use by pdftex < (Web2C 7.5.2)
-PDFTEXDIR=${shell pdftex x >${DNF} ; ${AWK} '{printf ("%s",$$0)}' x.log | \
-	sed -e "s/(.*x.tex/x.tex/"  -e "s/)//" \
-	    -e 's/This.*x.tex{//' -e 's/}.*//' -e 's0/${PDFCFILE}00' | \
-	sed -e "/This is /d" | ${EB}}
-# We need pdftexconfig.tex be found
-     ifneq (${PDFTEXDIR},)
-       COPYPDFTEXCFG=touch pdftexconfig.tex
-       DELPDFTEXCFG=${RM} pdftexconfig.tex
-     else
-     PDFCFILE=pdftexconfig.tex
-     WHEREPDFC=${shell TEXINPUTS=;export TEXINPUTS; kpsewhich ${PDFCFILE}}
-     PDFTEXDIR=${shell dirname "${WHEREPDFC}"}
-     endif
-#
-     ifeq ($(PDFTEXDIR),)
-       COPYPDFTEXCFG=${CP} ${MODTXT} frpdftexconfig.tex ${PDFCFILE}
-       DELPDFTEXCFG=${RM} ${PDFCFILE}
-     endif
-#
-     ifneq (${EXTENDEDMODE},NO)
-EXTENDEDFMT=${shell etex x >${DNF} ; ${AWK} '{printf ("%s",$$0)}' x.log | \
-	sed -e "s/This is e-TeX,.*/YES/"}
-       ifneq (${EXTENDEDFMT},YES)
-       EXTENDEDFMT=#
-       endif
-     endif
-# The following ending ":.//" is to avoid any diff. with "$(MYPWD)//"
-TEXINPUTS=${MYPWD}//${SEP}${LATEXDIRL}//${SEP}${PLAINDIRL}//${SEP}${LATEXDIR}//${SEP}${TEXSYSDIR}//${SEP}${PLAINDIR}//${SEP}${USHYPHDIR}//${SEP}${PDFTEXDIR}//${SEP}.//
-# Notice TEXINPUTS _is not_ ended by ":" to avoid teTeX concatenation.
-endif
-
-MAKENAME=GNUmakefile#
-MAKEFILEORG=GNUmakefile#
-THELOG=${MAKENAME}.log
-THISFILE=$(MYPWD)/$(MAKENAME)# Necessary because we'll call it again.
-VERIFDIR=${shell ${SHELL} -ec 'ls -l "${THISFILE}"'}
-MAKENAME2=makefile.gen#
-THISFILE2=$(MYPWD)/$(MAKENAME2)
-
-# 3) Choose C compiler, flags and libs
-#CC=cc
-CC=gcc
-ifeq ($(OSTYPE),darwin )# blank required
-	CC=cc
-endif
-ISITcc=$(shell $(SHELL) -ec "type ${CC} 2>>${DNF} >>${DNF} && echo YES || echo ")
-ifneq ($(ISITcc),YES)
-	CC=
-endif
-
-#Coptions=-lfl 
-#Coptions=-ll 
-Coptions=#
-ERRNOCC=echo
-ifneq (${AUTREOS},Windows)#
-ifeq ($(ISITcc),YES)
-Coptions=${shell ${SHELL} -ec 'ls -l /usr/lib/libl.a 2>>${DNF} >>${DNF} && echo "-ll"'}
-  ifeq ($(Coptions),)# blank required
-Coptions=${shell ${SHELL} -ec 'ls -l /usr/lib/libfl.a 2>>${DNF} >>${DNF} && echo "-lfl"'}
-  endif
-else
-ERRNOCC=(${ECHO} ${E51}; exit 1)
-endif
-endif
-
-# 4) Few other standard Unix commands we need.
-RM=rm -f # to remove files without any confirmation
-CAT=cat # neutral copy of files
-
-#LEXOPTION=-v # you can add it for debug.
-ifeq ($(ISITlex),YES)
-# There is no lex under Ubuntu linux
-    LEX=lex ${LEXOPTION}# use lex if you don't have flex
-endif
-ifeq ($(ISITflex),YES)
-#(you could have pb with lex, specially with solaris)
-    LEX=flex -8 ${LEXOPTION}# use flex 
-endif
-
-ifeq ($(ISITmkdirhier),YES)
-	MKDIRS=mkdirhier # prefered
-else
-	MKDIRS=mkdir -p # for NextStep or MacOs X especially
-endif
-
-VI=vi # your favorite editor, isn't it?
-NOECHO=@# "@" sign is sometimes not recognized by standard "make"
-NOERR=-
-NOAUTOMAIL=
-ifeq (${AUTREOS},Windows)#
-	NOAUTOMAIL=YES
-endif
-ifeq (${NOECHO},@)
-MKS=-s# silent sub make
-else
-MKS=NOECHO=${NOECHO} NOERR=${NOERR}
-endif
-# 5) The unix commands to compile, make index and print LaTeX docs
-TEXCMD=tex# normally you should have at least this!
-PRINTDVI=dvips # command to print dvi files
-NBPAGES=50# the first 50 pages of the reference & test dvi files
-NUMPAGES=-n${NBPAGES} #
-ifeq (${AUTREOS},Windows)#
-	INDEXCMD=makeindex -s ../inputs/fridx1.ist 
-else # This the command to make indexes.
-	INDEXCMD=makeindex -s ../inputs/mkindex/fridx1.ist 
-endif
-
-# 7) What is the initex engine?
-ifeq (${ISMiKTeX},YES)
-PINITENGINE=initexmf# for Plain TeX
-LINITENGINE=initexmf#for LaTeX
-        MIKINITID=# the engine is always the same
-	MIKINITENGINE=pdfetex# for MikTeX  2.5 and hiher
-	ifeq (${MIKTEX25},NO)
-        MIKINITID=${INITID}
-	MIKINITENGINE=tex# for MikTeX < 2.5
-	endif
-else
-PINITENGINE=tex# for Plain TeX 
-TL2004=YES#
-   ifneq (${INITID},xe)# If not XeTeX wanted.
-	ifneq (${INITID},e)# If not already eTeX wanted.
-		ifeq (${TL2004},YES)# 
-                  PINITENGINE=etex#for FP Plain TeX format
-                  LINITENGINE=etex#for LaTeX with TeXLive >2003
-		else
-	   		ifeq (${TL2003},NO)# 
-                          LINITENGINE=tex#for LaTeX with TeXLive <2003
-	   		else
-                          LINITENGINE=etex#for LaTeX 
-	   		endif
-		endif
-        else
-                          LINITENGINE=tex# will be still _e_tex.
-        endif
-   else
-        PINITENGINE=tex#for FP Plain TeX format
-        LINITENGINE=tex#for LaTeX format
-   endif
-endif
-#    Where the initex pgm is located and how it is called,
-#    nowadays it's TeX (with option "-ini") but you can chose pdftex (just
-#    set INITID=pdf. Notice that the standard id is empty, allowing
-#    formats frtex and frlatex. For any other you should probably check
-#    texmf.cnf for the TEXINPUTS variable and add the the according lines
-#    as in the following example with frpdftex and frpdflatex: 
-#TEXINPUTS.frpdftex   = .;$TEXMF/{mltex,tex}/{french,plain,generic,config}//
-#TEXINPUTS.frpdflatex = .;$TEXMF/{mltex,tex}/{french,latex,generic,config}//
-#(notice that "config" is required in few installations to find pdftex.cfg)
-INITDIR=$(BINDIR)/# Should normaly stay asis.
-#INITCMD=initex# (ancient engines only)
-#INITID=pdf
-ifeq (${ISMiKTeX},YES)
-	PMOTEUR=${PINITENGINE}
-	LMOTEUR=${LINITENGINE}
-	PINITCMD=${PINITENGINE} --dump=# 
-	LINITCMD=${LINITENGINE} --dump=# 
-        CMDLINK=initexmf --mklinks#
-else
-	PMOTEUR=${INITID}${PINITENGINE}
-	LMOTEUR=${INITID}${LINITENGINE}
-	PINITCMD=${PMOTEUR} -ini 
-	LINITCMD=${LMOTEUR} -ini 
-        CMDLINK=echo ' '
-endif
-
-# 8) Choose MlTeX format option (prefered) or just standard format.
-# This should create ad hoc formats and also place following files at
-# the correct place in the TDS tree.
-#TEXOPT=tex
-TEXOPT=mltex
-TEXOPTS=${TEXOPT}
-ifeq (${ISMiKTeX},YES)# no mltex option with MiKTeX for MiKTeX < 2.5
-	ifeq (${MIKTEX25},NO)
-	TEXOPTS=tex
-	endif
-endif
-# teTeX users chosing "mltex" must be aware that that option should
-# be set in the fmtutil.cnf file for the according formats.
-
-# when not chosing mltex imply using ec fonts, ie T1 fontencoding. 
-#FONTENCODING=# which means OT1 default.
-ifeq ($(TEXOPTS),tex)
-	FONTENCODING=T1
-	FNT=ec
-endif
-
-# 9) Installation directories:
-# Where should we move the binaries of kb8to7 and kb7to8
-ifneq ($(ISteTeX),YES)
-   ifeq ($(BINDIR),$(EMPTY))
-       ifeq ($(ISMiKTeX),YES)
-	  BINDIR="${MYTEXMF}"/MiKTeX/bin# Usually, don t change for MiKTeX.
-       else
-	  BINDIR="${ATP}"/bin# 
-       endif
-   endif
-endif
-# The directory where all our initex input files will be installed.
-DESTIDIR="${ATP}"/${TEXOPTS}/french/base# should normally stay asis.
-# The directory where all runtime input files will be installed.
-DESTDIRDIR="${ATP}"/${TEXOPTS}/french/base# should normally stay asis.
-# The directory where frenchle will be also installed.
-DESTLEDIR="${ATP}"/tex/latex/frenchle# should normally stay asis.
-# The directory where the format file will reside (depends of engine)
-FORMATS="${ATP}"/web2c# should normally stay asis.
-# The directory where the documentation (dvi) will be installed.
-TEXDOCS="${ATP}"/doc/french/base# should normally stay asis.
-# The directory where hyphen files will be installed.
-HYPHDIR="${ATP}"/tex/generic/hyphen# should normally stay asis.
-# The directory where class and package files will be installed.
-INPUTDIR=$(DESTDIRDIR)# should normally stay asis.
-# Where to install configuration files ?
-CONFIGDIR="${ATP}"/${TEXOPTS}/french/config# should normally stay asis.
-# The directory where the makeindex style files will be installed.
-#ISTDIR="${ATP}"/makeindex/french
-ISTDIR=$(DESTDIRDIR)# 
-
-# 10) Customize your environnement variables and configuration files:
-### Set your environnement variables if necessary (eg TEXINPUTS and co)
-### SO THAT TeX WILL FIND at least THE FRENCH FILES IN THIS DIRECTORY.
-### (Edit the latexenv file for example and load it)
-### Edit the following files only if...
-### hyphen.cfg  ... you don't use MlTeX, then choose T1 encoding 
-### language.dat ... you use other languages than French and English
-### Create a french config file if you wish to change the defaults
-### $(CONFIGDIR)/french.cfg (to be created at hand) 
-########################################################################
-#   End of customization section
-########################################################################
-BS="\\\\"
-CMD=${SHELL} -ec #
-LF=unix2dos #${XPWD}/bin/lf
-LFARG=
-
-# "the" main thing we are making:
-FORMAT=latex# but we'll also create a Plain format.
-
-# Set options of initex
-ifneq ($(TEXOPTS),tex)
-	INITEXOPT=-$(TEXOPTS)
-else
-	INITEXOPT=
-endif
-
-# Set the names of the format extension and source prefix.
-PFMTEXT=fmt
-LFMTEXT=${PFMTEXT}
-ifeq ($(EXTENDEDFMT),YES)
-PFMTEXT=efmt
-LFMTEXT=${PFMTEXT}
-endif
-ifeq ($(TL2004),NO)
-  ifneq ($(INITID),$(EMPTY))
-	PFMTEXT=$(shell echo '$(INITID)%' | sed 's/^.*e%$$/e/' | \
-	               sed 's/^.*o%$$/o/' | sed 's/^.*%//')fmt
-  endif
-  ifeq (${LINITENGINE},etex)
-	LFMTEXT=efmt
-  endif
-endif
-
-# Set the format names and directories
-PFMTNAME=fr${INITID}tex
-LFMTNAME=fr${INITID}$(FORMAT)
-INITEXDIR=${MYPWD}/initex
-ifeq (${ISMiKTeX},YES)
-        WHEREPFMT=${TEXMFLOCAL}/miktex/fmt
-        WHERELFMT=${WHEREPFMT}
-else
-        WHEREPFMT=${INITEXDIR}
-        WHERELFMT=${WHEREPFMT}
-endif
-
-# Set the teTeX source marker for "extended mode" and initex parm.
-PEXTF=
-LEXTF=
-PEXTEF=
-LEXTEF=
-ifeq ($(ISteTeX),YES)
-  ifneq ($(EXTENDEDMODE),NO)
-   ifeq ($(INITID),e)
-	PEXTF=*
-	LEXTF=*
-	PEXTEF=-efmt=${PFMTNAME}
-	LEXTEF=-efmt=${LFMTNAME}
-   endif
-   ifeq ($(PINITENGINE),etex)
-	PEXTF=*
-	PEXTEF=-efmt=${PFMTNAME}
-   endif
-   ifeq ($(LINITENGINE),etex)
-	LEXTF=*
-	LEXTEF=-efmt=${LFMTNAME}
-   endif
-  endif
-endif
-
-SETINPUTS=
-ifneq ($(ISMiKTeX),YES)# Prepare lines for fmtutil.cnf
-# No more than 7 fields in fmtutil.cnf replaced lines:
-# [script template: /bin/sh -ec 'echo "xxx" | ${AWK} "{printf (\"%s\",\$1)}"']
-TMPA={printf (\"%-15s %-15s %-15s %s %s %s %s\",\$$1,\$$2,\$$3,\$$4,\$$5,\$$6,\$$7)}
-TEMPP=${PFMTNAME} 	${PMOTEUR} language.dat ${TEXTCX} \
-					-${TEXOPTS} ${PEXTF}${PFMTNAME}.ini
-REFPLINE=${shell ${SHELL} -ec 'echo "${TEMPP}" | ${AWK} "${TMPA}"'}
-TEMPL=${LFMTNAME} 	${LMOTEUR} language.dat ${TEXTCX} \
-					-${TEXOPTS} ${LEXTF}${LFMTNAME}.ini
-REFLLINE=${shell ${SHELL} -ec 'echo "${TEMPL}" | ${AWK} "${TMPA}"'}
-PLAINLINE=${REFPLINE}
-LATEXLINE=${REFLLINE}
-
-else# mofification of formats.ini file is defaultly allowed
-    # but we don't know how to make it for MiKTeX..
-INITDIR= 
-CHECKCNF=checkcnf
-REFPLINE=[${PFMTNAME}]
-REFLLINE=[${LFMTNAME}]
-PLAINLINE=$(shell ${MKDIRS} ${MYFMTINIDIR} ; \
-                  touch ${MYFMTINIDIR}/${MYFMTINI} ; \
-                  grep "^\[${PFMTNAME}\]" <${MYFMTINIDIR}/${MYFMTINI})
-TEXMFPLINE=$(shell ${MKDIRS} ${MYCNFINIDIR} ; \
-		  touch ${MYCNFINIDIR}/${MYCNFINIP} ; \
-                  grep "^\[${PFMTNAME}\]" <${MYCNFINIDIR}/${MYCNFINIP})
-PL0=arguments=
-ifeq (${TEXOPTS},mltex)
-PL0=arguments=-mltex
-endif
-PL1=attributes=exclude
-PL2=compiler=${MIKINITID}${MIKINITENGINE}
-PL3=description=format francise FrenchPro
-PL4=input=${PFMTNAME}${EXTINI}
-ifeq ({MIKTEX25},NO)
-	PL5=output=${PFMTNAME}.$(PFMTEXT)
-else
-	PL5=
-endif
-PL6=
-LATEXLINE=$(shell touch ${MYFMTINIDIR}/${MYFMTINI} ; \
-                  grep "^\[${LFMTNAME}\]" <${MYFMTINIDIR}/${MYFMTINI})
-TEXMFFLINE=$(shell touch ${MYCNFINIDIR}/${MYCNFINIL} ; \
-                  grep "^\[${PFMTNAME}\]" <${MYCNFINIDIR}/${MYCNFINIL})
-LA0=arguments=
-ifeq (${TEXOPTS},mltex)
-LA0=arguments=-mltex
-endif
-LA1=attributes=
-LA2=${PL2}
-LA3=${PL3}
-LA4=input=${LFMTNAME}${EXTINI}
-ifeq ({MIKTEX25},NO)
-	LA5=output=${LFMTNAME}.$(LFMTEXT)
-else
-	LA5=
-endif
-LA6=${PL6}
-
-ifeq (${MIKTEX25},NO)
-IDIRS=Input Dirs
-TIPL0=
-TIPLINE=${REFPLINE}
-else
-IDIRS=path
-TIPL0="extensions=.tex\;.src"
-TIPLINE=[ft.tex]
-endif
-TIPL1="\;\; Where ${PFMTNAME} searches for input files."
-#TIPL2="${IDIRS}=.\;%R!${INITID}tex!french//\;%R!${INITID}tex!plain//\;%R!${INITID}tex!generic//\;%R!${INITID}tex//\;%R!tex!plain//\;%R!tex!generic//\;%R!tex//"
-TIPL2="${IDIRS}=.\;%R!${TEXOPTS}!french//\;%R!tex!plain//\;%R!tex!generic//\;%R!tex//"
-TIPL3=${PL6}
-
-ifeq (${MIKTEX25},NO)
-TILL0=
-TILLINE=${REFLLINE}
-else
-TILL0="extensions=.tex\;.src\;.ltx"
-TILLINE=[ft.tex]
-endif
-TILL1="\;\; Where ${LFMTNAME} searches for input files."
-#TILL2="${IDIRS}=.\;%R!${INITID}tex!french//\;%R!${INITID}tex!latex//\;%R!${INITID}tex!generic//\;%R!${INITID}tex//\;%R!tex!latex//\;%R!tex!generic//\;%R!tex//"
-TILL2="${IDIRS}=.\;%R!${TEXOPTS}!french//\;%R!tex!latex//\;%R!tex!generic//\;%R!tex//"
-TILL3=${PL6}
-endif
-
-ifeq ($(ISteTeX),YES)# mofification of cnf files are defaultly allowed
-	CHECKCNF=checkcnf
-   ifneq ($(MODS),$(EMPTY))# otherwise set MODS=NO
-	CHECKCNF=checkcnfOLD
-   endif
-	TOOLINE=openout_any = a# allow temporary any open out.
-	OO=OO
-	CONFTARGET=
-   ifeq ($(INITID),pdf)# Allows pdftex.cfg to be found.
-	CONFTARGET=config
-   endif
-   TIPID=TEXINPUTS.${PFMTNAME}
-   TILID=TEXINPUTS.${LFMTNAME}
-   ifeq ($(TEXOPTS),tex)
-        GREPSCAN1=${INITID}tex
-        GREPSCAN2=
-	TIPLINE=${TIPID} = .;"'""$$$$""'"TEXMF/{${INITID}tex,tex}/{french,plain,generic,${CONFTARGET}}//
-	TILLINE=${TILID} = .;"'""$$$$""'"TEXMF/{${INITID}tex,tex}/{french,${FORMAT},generic,${CONFTARGET}}//
-   else
-        GREPSCAN1=${TEXOPTS}
-        GREPSCAN2=${INITID}tex
-	TIPLINE=${TIPID} = .;"'""$$$$""'"TEXMF/{${TEXOPTS},${INITID}tex,tex}/{french,plain,generic,${CONFTARGET}}//
-	TILLINE=${TILID} = .;"'""$$$$""'"TEXMF/{${TEXOPTS},${INITID}tex,tex}/{french,${FORMAT},generic,${CONFTARGET}}//
-   endif
-# Get formats lines in fmtutil.cnf
-	PLAINLINE=$(shell grep "^${PFMTNAME}" <${MYFMTUTILCNF} \
-	                | grep "[A-Z]*${PFMTNAME}.ini")
-	FORMATLINE=$(shell grep "^${LFMTNAME}" <${MYFMTUTILCNF} \
-	                | grep "[A-Z]*${LFMTNAME}.ini")
-        GREPSCAN=grep "${GREPSCAN1}" | grep "${GREPSCAN2}"
-	TEXMFPLINE=`grep "^TEXINPUTS.${PFMTNAME}" <${MYTEXMFCNF} | ${GREPSCAN}`
-	TEXMFFLINE=`grep "^TEXINPUTS.${LFMTNAME}" <${MYTEXMFCNF} | ${GREPSCAN}`
-# The following gives the real engines related to *x.ini file
-	PLAINMOT=$(shell grep "^${PFMTNAME}" <${MYFMTUTILCNF} \
-	                | grep "[A-Z]*${PFMTNAME}.ini"  \
-                        | grep "${PFMTNAME} *${PMOTEUR}[A-Z]*" \
-                        | ${AWK} '{printf ("%s",$$2)}')
-	FORMATMOT=$(shell grep "^${LFMTNAME}" <${MYFMTUTILCNF} \
-	                | grep "[A-Z]*${LFMTNAME}.ini"  \
-                        | grep "${LFMTNAME} *${LMOTEUR}[A-Z]*" \
-                        | ${AWK} '{printf ("%s",$$2)}')
-#
-   ifneq ($(INITEXOPT),$(EMPTY))
-	PLAINOPT=$(shell ${SHELL} -ec  'echo "${PLAINLINE}" | grep "[A-Z]*${INITEXOPT}[A-Z]*"')
-	FORMATOPT=$(shell ${SHELL} -ec 'echo "${FORMATLINE}" | grep "[A-Z]*${INITEXOPT}[A-Z]*"')
-   endif
-# We want 8bits output:
-	TEXTCX=-translate-file=cp8bit.tcx
-   ifeq ($(ISIT227TCX),YES)
-	TEXTCX=-translate-file=cp227.tcx
-   endif
-endif
-ifeq ($(CommonTeX),YES)# 
-# There is no need to give the absolute path to teTeX
-	INITDIR=
-# We want a null TEXINPUTS here
-# We want ushyph.tex be found or defaultly hyphen.tex
-	USHYPHFILE=ushyph.tex
-	WHEREHYPH=${shell TEXINPUTS=;export TEXINPUTS; kpsewhich ${USHYPHFILE}}
-  ifeq ($(WHEREHYPH),)
-         USHYPH1FILE=hyphen.tex
-	WHEREHYPH=${shell TEXINPUTS=;export TEXINPUTS; kpsewhich ${USHYPH1FILE}}
-	USHYPHDIR=${shell dirname "${WHEREHYPH}"}
-  else
-	USHYPH1FILE=${shell basename "${WHEREHYPH}"}
-	USHYPHDIR=${shell dirname "${WHEREHYPH}"}
-    ifneq (${USHYPHFILE},${USHYPH1FILE})
-	USHYPH1FILE=ushyph1.tex
-    else
-	USHYPH1FILE=
-    endif
-  endif
-# We will want special TEXINPUTS to create formats
-	SETINPUTS=TEXINPUTS=${TEXINPUTS};export TEXINPUTS
-	RESETINPUTS=TEXINPUTS=;export TEXINPUTS
-endif
-
-# We should know where to move binaries. Default is:
-#BINDIR=$(shell TEXINPUTS=;export TEXINPUTS; 
-#         kpsewhich conf | sed -n 's,/[^/]*$$,,;/^tex:/s/[^/]*//p')
-ifeq ($(ISteTeX),YES)
-	BINARIES=$(shell ${SHELL} -ec "type kpsewhich | \
-		sed -n 's/kpsewhich is //p' | sed -n 's,/kpsewhich,,p'")
-endif
-ifeq ($(ISMiKTeX),YES)
-	BINARIES=$(shell ${SHELL} -ec "type kpsewhich | \
-		sed -n 's/kpsewhich is //p' | sed -n 's,/kpsewhich,,p'")
-endif
-ifeq ($(BINDIR),$(EMPTY))
-	BINDIR=${BINARIES}
-endif
-
-ISitanyTeX=$(shell $(SHELL) -ec "type ${INITID}tex >>${DNF} && echo YES || echo ")
-
-ifeq (${AUTREOS},Windows)#
-	SHELLEXT=.bat
-	BINEXT=.exe
-else
-	BINEXT=
-endif
-PBINARY=$(shell type ${PMOTEUR} | sed -e "s*${PMOTEUR} is **")
-LBINARY=$(shell type ${LMOTEUR} | sed -e "s*${LMOTEUR} is **")
-PTEXBINARY=${PBINARY}${BINEXT}
-LTEXBINARY=${LBINARY}${BINEXT}
-
-# TeXshop
-ifeq (${OSTYPE},darwin)
-   ifeq (${INITID},pdf)
-  RPLTTS=$(shell type altpdf${PMOTEUR}  2>>${DNF} | \
-                            sed -e "s*altpdf${PMOTEUR} is **")
-  RLLTTS=$(shell type altpdf${FORMAT}  2>>${DNF} | \
-                            sed -e "s*altpdf${FORMAT} is **")
-  DirExists=$(shell ${SHELL} -ec \
-	"test -d '$$HOME/Library/Engines' >>${DNF} && echo YES || echo ")
-     ifneq (${DirExists},YES)
-	TSSHELLSDIR=$$HOME/Library/TeXShop/Engines	
-     endif
-   endif
-endif 
-
-TEST=yes# defaultly the install.bat is not generated.
-ECHO=${SHELL} ${MYPWD}/echoandlog ${MAKENAME}:
-EXEC=${SHELL} ${MYPWD}/execandbat
-
-ifneq ("$(BAT)","$(TEST)")
-	BAT=
-endif
-ifneq ($(ISMiKTeX),YES)
-	TEXHASH=texhash 
-	TEXHASHCMD=${TEXHASH} "${ATP}"
-else
-	TEXHASH=mktexlsr
-	TEXHASHCMD=${TEXHASH} 
-endif
-ifneq ("$(MIK)","$(TEST)")# defaultly the mikinstall.bat is not generated.
-	MIK=
-	TEXHASHBAT=texhash 
-else # There is no texhash with MiKTeX.
-	TEXHASHBAT=@initexmf --update-fndb=
-endif
-
-NL=# virtual new line for ${ECHO}
-
-ifeq ("$(LANG)","$(EMPTY)")
-else
-	LANGMSG=$(shell ${SHELL} -ec "echo '$(LANG)' | sed -e 's!_.*!!'")
-endif
-
-ifeq ("$(LANGMSG)","$(EMPTY)")
-	LANGMSG=fr
-else
-	TEST=en
-   ifneq ("$(LANGMSG)","$(TEST)")
-	LANGMSG=fr
-   endif
-endif
-
-ifeq ($(ISteTeX),YES)
-   ifeq ($(LANGMSG),fr)
-	INVALIDHOM=$(shell $(SHELL) -ec 'echo ${HOMETEXMF} | \
-		grep "//" >>${DNF} && echo "(INVALIDE !)" || echo ')
-   else
-	INVALIDHOM=$(shell $(SHELL) -ec 'echo ${HOMETEXMF} | \
-		grep "//" >>${DNF} && echo "(INVALID!)" || echo ')
-   endif
-endif
-
-
-ifeq (${AUTREOS},Windows)#
-	KEYBOARDDIR='$$'{INPUTSDIR}
-	FRENCHDIR='$$'{INPUTSDIR}
-	MLPDIR='$$'{INPUTSDIR}
-	MSGDIR='$$'{INPUTSDIR}
-	OTHERDIR='$$'{INPUTSDIR}
-	MKINDEXDIR='$$'{INPUTSDIR}
-	CMDMAKE=gmake
-else
-	KEYBOARDDIR='$$'{INPUTSDIR}/keyboard
-	FRENCHDIR='$$'{INPUTSDIR}/french
-	MLPDIR='$$'{INPUTSDIR}/mlp
-	MSGDIR='$$'{INPUTSDIR}/msg
-	OTHERDIR='$$'{INPUTSDIR}/other
-	MKINDEXDIR='$$'{INPUTSDIR}/mkindex
-endif
-
-ifeq (${CMDMAKE},)
-CMDMAKE=$(shell ${SHELL} -ec "echo '$(CMDO)$(MAKE)' | sed -e 's!^.:.*make.EXE!make!'")
-endif
-
-SAVEDPATH=${PATH}# Take the original PATH variable.
-
-# is it any license running?
-#ifeq (${MYFRLDAT},${EMPTY})
-#    FRLDexists=$(shell ${SHELL} -ec \
-#	"test -f '${CONFIGDIR}/frlicense.dat' >>${DNF} && echo YES || echo ")
-#   ifeq (${FRLDexists},YES)
-#	MYFRLDAT=$(shell ${SHELL} -ec \
-#            "echo '${CONFIGDIR}/frlicense.dat'")# should be | ${BSR} | ${EB}
-#   endif
-#endif
-
-VFP=V5,9994#
-TEST=fr
-ifeq ("$(LANGMSG)","${TEST}")
-# Messages en Francais
-E0="              B I E N V E N U E pour l'installation de FrenchPro ${VFP}"
-MODI=en mode multi-utilisateurs (licence site).
-E00="${NL}  0- Merci d'etre patient, l'initialisation est assez longue."
-E1="${NL}  1- Les messages sont enregistres dans ${THELOG}"
-E1H="${NL}  H- Pour plus d'informations tapez : \
-               \"$(CMDMAKE) -f ${MAKENAME} aide\""
-E2="${NL}  2- La racine du repertoire cible ("'$$'"DESTDIR) sera : \"${ATP}\""
-E3="${NL}  3- "'$$'"TEXMFLOCAL etait \"${TEXMFLOCAL}\"" 
-E4="${NL}  4- "'$$'"${THT} etait \"${HOMETEXMF}\"  ${INVALIDHOM}" 
-E5="${NL}  5- "'$$'"TEXMFMAIN etait \"${TEXMFMAIN}\"" 
-E6="${NL}  6- Le codage d'entree ("'$$'"IENCODING) est mis a ${IENCODING} ("'$$'"${CODEC})"
-E7="${NL}  7- Les binaires iront dans : \"${BINDIR}\" ("'$$'"BINDIR)"
-E8="${NL}  8- ERREUR : ${BINDIR} ("'$$'"BINDIR) est protege en ecriture" 
-E9="${NL}  9- verifier les autorisations ou positionner la variable."
-E10="${NL} 10- ERREUR : ${ATP} ("'$$'"DESTDIR) est protege en ecriture" 
-E11="${NL} 11- "'$$'"TEXMF etait \"${MYTEXMF}\"" 
-E12="${NL} 12- Pas trouve de moteur TeX cible pour le _make_ en cours." 
-E13="${NL} 13- Le moteur ${ENGINE} a ete trouve." 
-E14="${NL} 14- Essai de fabrication pour le moteur ${ENGINE}." 
-E15="${NL} 15- Notez qu'un m.el. est automatiquement envoye a l'auteur"
-E16="${NL} 16- a la fin de l'installation (voir la var. "'$$'"NOAUTOMAIL)."
-E17="${NL} 17- OK pour continuer ? alors tapez : \"$(CMDMAKE) -f ${MAKENAME} continue\""
-E18="${NL} 18- (en accord avec la variable "'$$'"PATH)." 
-E19="${NL} 19- ERREUR : probleme d'acces sur le chemin \"$(MYPWD)\"." 
-E20="${NL} 20- ERREUR : veuillez vous placer dans le repertoire FrenchPro (pas dans $(MYPWD))." 
-E21="${NL} 21- ERREUR : Curieusement TeX peut acceder a un fichier dans "'$$'"DESTDIR/"
-E22="${NL} 22- mais il ne peut pas acceder a un fichier de "'$$'"DESTDIR/tex/."
-E23="${NL} 23- (verifier eventuellement la variable "'$$'"TEXMF initialisee dans ${MYTEXMFCNF})"
-E24="${NL} 24- ERREUR : TeX ne peut pas acceder a un fichier de "'$$'"DESTDIR/."
-E25="${NL} 25- fichier non trouve :"
-E26="${NL} 26- ERREUR : Structure de fichier trop complexe : "
-E27="${NL} 27- "'$$'"ALLTEXPATH=\"${ALLTEXPATH}\""
-E28="${NL} 28- (contient un separateur), a renommer ou remplacer par un lien."
-E29="${NL} 29- "'$$'"PWD=\"${XPWD}\""
-E40="${NL} 40- ERREUR : installation TeX douteuse, fmtutil.cnf non trouve."
-E41="${NL} 41- ERREUR : je n'ai pas su deviner ou installer FrenchPro ("'$$'"DESTDIR=\"\")."
-E42="${NL} 42- ERREUR : je n'ai pas trouve de moteur/commande TeX satisfaisant."
-E43="${NL} 43- ERREUR : le shell unix en service n'est pas standard."
-E44="${NL} 44- Continuation pour les formats pdfTeX."
-E45="${NL} 45- Continuation pour les formats eTeX."
-E46="${NL} 46- "'$$'"PATH=${SAVEDPATH}"
-E47="${NL} 47- ERREUR : pas de moteur ${ENGINE} ! Verifiez "'$$'"PATH."
-E48="${NL} 48- Creation de ${HOMETEXMFCNF}."
-E49="${NL} 49- Creation de ${HOMEFMTUTILCNF}."
-E50="${NL} 50- Super nettoyage en cours."
-E51="${NL} 51- ERREUR : compilateur C non trouve."
-E52="${NL} 52- ERREUR : defaut d'installation de l'extension \"msg\" ;"
-E53="${NL} 53- il faut effacer/renommer le fichier \"${MSGSTY}\"."
-E57="${NL} 57- Les binaires iront dans : \"${FIRSTBIN}\" ("'$$'"BINDIR)"
-E58="${NL} 58- ERREUR : la base ${ATP}/ls-R ne peut etre modifiee,"
-E58a="${NL} 58- faire effacer ${ATP}/ls-R par l'administrateur,"
-E58b="${NL} 58- elle sera recree automatiquement ensuite."
-E59="${NL} 59- L'installation de FrenchPro sous root n'est pas la norme. "
-E60="${NL} 60- Cela est reserve a une installation pour un site entier. "
-E61="${NL} 61- Si c'est le cas, preciser :  \"$(CMDMAKE) -f ${MAKENAME} site\""
-E62="${NL} 62- ERREUR : la base ${TMFVAR}/ls-R ne peut etre modifiee,"
-E62a="${NL} 62- faire effacer ${TMFVAR}/ls-R par l'administrateur,"
-E62b="${NL} 62- elle sera recree automatiquement ensuite."
-E63="${NL} 63- Un ou plusieurs formats francises concurents (fr*fmt) existent"
-E63a="${NL} 63- dans ${TEXMFVAR}/web2c et/ou ${HOMETEXMF}/web2c  "
-E63b="${NL} 63- C'est une anomalie a corriger avant toute installation site."
-#
-E100="${NL} 100- Le langage utilise (francais ou anglais) depend de la variable "'$$'"LANG."
-E101="${NL} 101- GNUmakefile doit etre appele par une commande GNU make."
-E102="${NL} 102- La premiere etape consiste a generer un fichier makefile.gen"
-E103="${NL} 103- La deuxieme genere le necessaire pour FrenchPro."
-E104="${NL} 104- On peut ensuite faire l'installation generale."
-E105="${NL} 105- Par defaut, les formats Plain et LaTeX sont fabriques ;"
-E106="${NL} 106- pour le moteur TeX avec option mltex."
-E107="${NL} 107- Avec l'option NONSTOP=nonstop les 3 etapes se font sans"
-E108="${NL} 108- intervention ; les formats pour les moteurs pdfTeX et"
-E109="${NL} 109- eTeX sont aussi fabriques."
-E110="${NL} 110- Avec l'option INITID=e seuls les formats eTeX sont generes."
-E111="${NL} 111- Avec l'option INITID=pdf seuls les formats pdfTeX sont generes."
-E112="${NL} 112- Avec l'option EXTENDEDMODE=NO pas d'extension eTeX."
-E113="${NL} 113- Avec l'option TL2003=NO eTeX n'est pas utilise pour le \
-                 format LaTeX." 
-E114="${NL} 114- Avec l'option TL2004=NO eTeX n'est pas utilise pour le \
-                 format Plain." 
-E115="${NL} 115- L'option mltex peut etre retiree avec TEXOPT=tex."
-E116="${NL} 116- Le repertoire cible peut etre fourni par "'$$'"DESTDIR."
-E117="${NL} 117- Le makefile.gen est utilisable sans GNU make."
-E118="${NL} 118- Le moteur TeX est recherche via la variable "'$$'"PATH."
-E119="${NL} 119- Par defaut, GNUmakefile reconnait le systeme d'exploitation,"
-E120="${NL} 120- mais on peut forcer l'installation pour PC ou Mac"
-E121="${NL} 121- en precisant FOR=PC ou FOR=MAC."
-E122="${NL} 122- D'autres informations sont fournies a l'execution."
-E123="${NL} 123- Apres l'installation de FrenchPro il est possible de "
-E124="${NL} 124- demander un resume des informations importantes fournies "
-E125="${NL} 125- en passant le parametre INFO."
-else
-# English messages
-E0="              W E L C O M E  for  FrenchPro Installation ${VFP}"
-MODI=in a multi-users mode (site license).
-E00="${NL}  0- Please be patient, the initialisation step is lenghty"
-E1="${NL}  1- Messages are logged to ${THELOG}"
-E1H="${NL}   H- For any more information type: \
-                \"$(CMDMAKE) -f ${MAKENAME} help\""
-E2="${NL}  2- Root target directory ("'$$'"DESTDIR) will be: \"${ATP}\""
-E3="${NL}  3- "'$$'"TEXMFLOCAL was \"${TEXMFLOCAL}\"" 
-E4="${NL}  4- "'$$'"${THT}  was \"${HOMETEXMF}\"  ${INVALIDHOM}" 
-E5="${NL}  5- "'$$'"TEXMFMAIN was \"${TEXMFMAIN}\""
-E6="${NL}  6- Input-encoding ("'$$'"IENCODING) is set to ${IENCODING} ("'$$'"${CODEC})"
-E7="${NL}  7- Binaries will be put in: \"${BINDIR}\" ("'$$'"BINDIR)"
-E8="${NL}  8- ERROR: ${BINDIR} ("'$$'"BINDIR) is write protected" 
-E9="${NL}  9- check permissions or set variable."
-E10="${NL} 10- ERROR: ${ATP} ("'$$'"DESTDIR) is write protected" 
-E11="${NL} 11- "'$$'"TEXMF was \"${MYTEXMF}\"" 
-E12="${NL} 12- No TeX engine target for the _make_ in process." 
-E13="${NL} 13- The ${ENGINE} engine has been found." 
-E14="${NL} 14- Trying to _make_ for ${ENGINE} engine." 
-E15="${NL} 15- Notice a mail is automaticaly sent to the author "
-E16="${NL} 16- at the end of installation (check "'$$'"NOAUTOMAIL var)."
-E17="${NL} 17- OK to continue? so type: \"$(CMDMAKE) -f ${MAKENAME} continue\""
-E18="${NL} 18- (according to "'$$'"PATH variable)." 
-E19="${NL} 19- ERROR: access problem on path \"$(MYPWD)\"." 
-E20="${NL} 20- ERROR: please go to the FrenchPro directory (not $(MYPWD))." 
-E21="${NL} 21- ERROR: Curiously TeX can access any file in "'$$'"DESTDIR/"
-E22="${NL} 22- but it can\'t access any file in "'$$'"DESTDIR/tex/."
-E23="${NL} 23- (check eventually the variable "'$$'"TEXMF initialised in ${MYTEXMFCNF})"
-E24="${NL} 24- ERROR: TeX can\'t access any file in "'$$'"DESTDIR/."
-E25="${NL} 25- file not found:"
-E26="${NL} 26- ERROR: Too complex file path: "
-E27="${NL} 27- "'$$'"ALLTEXPATH=\"${ALLTEXPATH}\""
-E28="${NL} 28- (contains a separator), to be renamed or replaced by a link."
-E29="${NL} 29- "'$$'"PWD=\"${XPWD}\""
-E40="${NL} 40- ERROR: suspicious TeX installation, fmtutil.cnf not found."
-E41="${NL} 41- ERROR: i was unable to guess where to install FrenchPro ("'$$'"DESTDIR=\"\")."
-E42="${NL} 42- ERROR: i have not found any satisfactory TeX engine/command."
-E43="${NL} 43- ERROR: unix shell in use is not standard."
-E44="${NL} 44- Continuation for pdfTeX formats."
-E45="${NL} 45- Continuation for eTeX formats."
-E46="${NL} 46- "'$$'"PATH=${SAVEDPATH}"
-E47="${NL} 47- ERROR: no ${ENGINE} engine! Check "'$$'"PATH."
-E48="${NL} 48- File ${HOMETEXMFCNF} is created."
-E49="${NL} 49- File ${HOMEFMTUTILCNF} is created."
-E50="${NL} 50- Doing Super Cleaning."
-E51="${NL} 51- ERROR: C compiler not found."
-E52="${NL} 52- ERROR: \"msg\" package wrongly installed;"
-E53="${NL} 53- you should remove/rename the file \"${MSGSTY}\"."
-E57="${NL} 57- Binaries will be put in: \"${FIRSTBIN}\" ("'$$'"BINDIR)"
-E58="${NL} 58- ERROR: the ${ATP}/ls-R data-base can't be updated,"
-E58a="${NL} 58- ask the administrator to delete ${ATP}/ls-R,"
-E58b="${NL} 58- afterwards it will be automatically recreated."
-E59="${NL} 59- It's unusual to install FrenchPro under root. "
-E60="${NL} 60- Root is reserved for an entire site installation. "
-E61="${NL} 61- In that case, type:  \"$(CMDMAKE) -f ${MAKENAME} site\""
-E62="${NL} 62- ERROR: the ${TMF}/ls-R data-base can't be updated,"
-E62a="${NL} 62- ask the administrator to delete ${TMF}/ls-R,"
-E62b="${NL} 62- afterwards it will be automatically recreated."
-E63="${NL} 63- One or sevral concurrent French formats (fr*fmt) exist"
-E63a="${NL} 63- in ${TEXMFVAR}/web2c and/or ${HOMETEXMF}/web2c  "
-E63b="${NL} 63- This is an anomaly to correct before any site installation."
-#
-E100="${NL} 100- Language used here (French or English) is based on "'$$'"LANG."
-E101="${NL} 101- GNUmakefile must be called by a GNU make command."
-E102="${NL} 102- The first step will generate the makefile.gen file."
-E103="${NL} 103- The second will generate the necessary stuff for FrenchPro."
-E104="${NL} 104- One can then make the complete installation."
-E105="${NL} 105- By default, Plain and LaTeX formats are made;"
-E106="${NL} 106- for the TeX engine with mltex option."
-E107="${NL} 107- With option NONSTOP=nonstop the 3 steps are done"
-E108="${NL} 108- automatically; formats for pdfTeX and"
-E109="${NL} 109- eTeX engines are also made."
-E110="${NL} 110- With option INITID=e only eTeX formats are made."
-E111="${NL} 111- With option INITID=pdf only pdfTeX formats are made."
-E112="${NL} 112- With option EXTENDEDMODE=NO no eTeX extension facilities."
-E113="${NL} 113- With option TL2003=NO eTeX is not used for the LaTeX format." 
-E114="${NL} 114- With option TL2004=NO eTeX is not used for the Plain format." 
-E115="${NL} 115- The mltex option can be removed with TEXOPT=tex."
-E116="${NL} 116- The target directory can be provided by "'$$'"DESTDIR)."
-E117="${NL} 117- The makefile.gen file can be used without any GNU make cmd."
-E118="${NL} 118- The TeX engine is searched through the "'$$'"PATH variable."
-E119="${NL} 119- Defaultly, the operating system is recognised by GNUmakefile,"
-E120="${NL} 120- but you can force the installation for PC or Mac,"
-E121="${NL} 121- just type in FOR=PC or FOR=MAC."
-E122="${NL} 122- Other informations provided during execution."
-E123="${NL} 123- After FrenchPro installation it's possible to ask for "
-E124="${NL} 124- a digest of the most important informations provided, "
-E125="${NL} 125- just give the parameter INFO."
-endif
-
-default:	preclean ${NONSTOP}root STD
-
-nonstoproot:
-
-root: 	${MYPWD}/echoandlog
-	${NOECHO}if test -z "$(IsItRoot)" ;\
-		then echo " " ; \
-		else \
-	        ${ECHO} ${E59} ;\
-	        ${ECHO} ${E60} ;\
-	        ${ECHO} ${E61} ; exit 1 ;\
-	fi
-
-site: 		checkFMTs STD
-#Attention aux fichiers : GNUmakefile.log execandbat getbinary install.cmd 
-#		          Movebin.sh uninstall.sh x.log
-#les effacer sous root si on doit reinstaller _sans_ root, sinon boucle infinie.
-
-checkFMTs:
-# same fmts should not exist in home otherwise stop it now.
-	${NOECHO}if test -f "${TEXMFVAR}/web2c/${PFMTNAME}.${PFMTEXT}" ;\
-		then ${ECHO} ${E63} ;${ECHO} ${E63a} ;${ECHO} ${E63b} ; exit 1;\
-		fi
-	${NOECHO}if test -f "${HOMETEXMF}/web2c/${PFMTNAME}.${PFMTEXT}" ;\
-		then ${ECHO} ${E63} ;${ECHO} ${E63a} ;${ECHO} ${E63b} ; exit 2;\
-		fi
-	${NOECHO}if test -f "${TEXMFVAR}/web2c/${LFMTNAME}.${LFMTEXT}" ;\
-		then ${ECHO} ${E63} ;${ECHO} ${E63a} ;${ECHO} ${E63b} ; exit 3;\
-		fi
-	${NOECHO}if test -f "${HOMETEXMF}/web2c/${LFMTNAME}.${LFMTEXT}" ;\
-		then ${ECHO} ${E63} ;${ECHO} ${E63a} ;${ECHO} ${E63b} ; exit 4;\
-		fi
-
-STD:	        loginit welcome batinit checkempty rooted OUT gen ${NONSTOP}proc
-
-help: 	${MYPWD}/echoandlog
-	@${ECHO} ${E100}
-	@${ECHO} ${E101}
-	@${ECHO} ${E102}
-	@${ECHO} ${E103}
-	@${ECHO} ${E104}
-	@${ECHO} ${E105}
-	@${ECHO} ${E106}
-	@${ECHO} ${E117}
-	@${ECHO} ${E118}
-	@${ECHO} ${E119}
-	@${ECHO} ${E107}
-	@${ECHO} ${E108}
-	@${ECHO} ${E109}
-	@${ECHO} ${E110}
-	@${ECHO} ${E111}
-	@${ECHO} ${E112}
-	@${ECHO} ${E113}
-	@${ECHO} ${E114}
-	@${ECHO} ${E115}
-	@${ECHO} ${E116}
-	@${ECHO} ${E120}
-	@${ECHO} ${E121}
-	@${ECHO} ${E122}
-	@${ECHO} ${E123}
-	@${ECHO} ${E124}
-	@${ECHO} ${E125}
-
-aide: 
-	${NOECHO}$(MAKE) -f ${MAKENAME} LANG=fr help ${MKS}
-
-preclean:	
-	${NOECHO}touch ${MYPWD}/uninstall.sh ; ${RM} ${MYPWD}/uninstall.sh
-	${NOECHO}touch ${MYPWD}/uninstall.sh ; chmod gu+rx ${MYPWD}/uninstall.sh	
-	${NOECHO}echo "#! ${SHELL} -v" >> ${MYPWD}/uninstall.sh
-	${NOECHO}if test -z "$(BAT)" ;\
-		then echo " " ; \
-		else \
-	        touch ${MYPWD}/install.bat ; ${RM} ${MYPWD}/install.bat ; \
-	        touch ${MYPWD}/uninstall.bat ; ${RM} ${MYPWD}/uninstall.bat ; \
-	fi
-	${NOECHO}touch ${MYPWD}/movebin.sh ; ${RM} ${MYPWD}/movebin.sh
-	${NOECHO}touch ${MYPWD}/movebin.sh ; chmod gu+rx ${MYPWD}/movebin.sh	
-	${NOECHO}echo "#! ${SHELL} -v" >> ${MYPWD}/movebin.sh
-
-${MYPWD}/echoandlog:	
-	${NOECHO} touch ${MYPWD}/${THELOG} ${MYPWD}/echoandlog
-	${NOECHO} rm ${MYPWD}/${THELOG} ${MYPWD}/echoandlog 
-	${NOECHO} touch ${MYPWD}/${THELOG} ${MYPWD}/echoandlog
-	${NOECHO}echo "#! ${SHELL} -v" >> ${MYPWD}/echoandlog
-	${NOECHO}echo echo "$$"1 "$$"2 >> ${MYPWD}/echoandlog
-	${NOECHO}echo echo "$$"1 "$$"2 \>\> ${MYPWD}/${THELOG} \
-                                           >> ${MYPWD}/echoandlog
-	${NOECHO}chmod ogu+rx ${MYPWD}/echoandlog
-# NO MESSAGE BEFORE THIS POINT!
-
-ifeq (${FIRSTBIN},)
-FIRSTBIN=$(shell $(SHELL) "${MYPWD}/getbinary")
-endif
-
-${MYPWD}/getbinary:
-	${NOECHO} touch ${MYPWD}/getbinary
-	${NOECHO} rm ${MYPWD}/getbinary
-	${NOECHO} touch ${MYPWD}/getbinary
-	${NOECHO}echo "#! ${SHELL} " >> ${MYPWD}/getbinary
-	${NOECHO}echo "dirs=\`echo ""$$""PATH | \
-		 sed -e \"s/${SEP}/ /g\"\`" >> ${MYPWD}/getbinary
-	${NOECHO}echo "for d in ""$$""dirs" >> ${MYPWD}/getbinary
-	${NOECHO}echo "do" >> ${MYPWD}/getbinary
-	${NOECHO}echo "if test -w ""$$""d" >> ${MYPWD}/getbinary
-	${NOECHO}echo "then  echo ""$$""d && exit ;" >> ${MYPWD}/getbinary
-	${NOECHO}echo "fi" >> ${MYPWD}/getbinary
-	${NOECHO}echo "done" >> ${MYPWD}/getbinary
-	${NOECHO}chmod ogu+rx ${MYPWD}/getbinary
-
-loginit:	${MYPWD}/echoandlog ${MYPWD}/getbinary
-	${NOECHO} touch	${MYPWD}/execandbat
-	${NOECHO} rm ${MYPWD}/execandbat
-	${ANORM}
-# don't use separators in file names
-	${NOECHO}if test ${PWDWC} -gt 1 ; then \
-	${ECHO} ${E26} ; \
-	${ECHO} ${E29} ; \
-	${ECHO} ${E28} ; exit 1 ;\
-	fi
-
-welcome:
-	@${ECHO} "$$""LANG=\"${LANG}\" OS=${THEOSTYPE} umask=\"${UMASK}\" ${LOGINNAME}"
-	@${ECHO} "$$""SHELL=\"${SHELL}\""
-	@${ECHO} " "
-	@${ECHO} ${E0}
-	@${ECHO} "${MODEL}"
-	@${ECHO} " "
-	${NOECHO}if test "${AUTREOS}" = "Windows" ; then \
-	${ECHO} ${E00} ;\
-	fi
-
-checkempty:	
-ifneq ($(ISshOK),YES)
-	@${ECHO} ${E43} ; exit 1 
-endif
-ifneq ($(ISitanyTeX),YES)
-	@${ECHO} ${E46} 
-	@${ECHO} ${E42} ; exit 1  
-endif
-ifeq ($(ISteTeX),YES)
-# The LaTeX texsys.cfg should exist somewhere so the following is irrelevant.
-# I leave it in case of any teTeX nstallation error.
-# If found we should insure the path is given in the TEXINPUTS variable,
-# look at $TEXSYSDIR for that.
-	${NOECHO}if test -z "$(TEXSYSCFG)" ;\
-	then touch ${INITEXDIR}/texsys.cfg ;\
-	fi
-	${NOECHO}if test -z "$(MSGTEX)" ;\
-	then ${ECHO} ${E52} ; ${ECHO} ${E53} ; exit 1 ;\
-	fi
-	${NOECHO}if test -z "$(MYFMTUTILCNF)" ;\
-	then ${ECHO} ${E40} ; exit 1 ;\
-	fi
-	${NOECHO}${INITID}tex -v >>${MYPWD}/${THELOG} # log versions & error msgs
-endif
-	${NOECHO}if test -z "$(ATP)" ;\
-	then ${ECHO} ${E41} ; exit 1 ;\
-	fi
-	${NOECHO}if test -r "$(ATP)/ls-R" ;\
-	then \
-		if test ! -w "$(ATP)/ls-R" ;\
-		then ${ECHO} ${E58}; ${ECHO} ${E58a}; ${ECHO} ${E58b};\
-		     exit 1 ;\
-		fi ;\
-	fi
-	${NOECHO}if test -r "$(TMFVAR)/ls-R" ;\
-	then \
-		if test ! -w "$(TMFVAR)/ls-R" ;\
-		then ${ECHO} ${E62}; ${ECHO} ${E62a}; ${ECHO} ${E62b};\
-		     exit 1 ;\
-		fi ;\
-	fi
-
-batinit:	
-	${NOECHO}${RM} ${MYPWD}/install.cmd
-	${NOECHO} touch ${MYPWD}/install.cmd ${MYPWD}/execandbat
-	${NOECHO}echo "#! ${SHELL} -v" >> ${MYPWD}/execandbat
-	${NOECHO}echo "$$""*" >> ${MYPWD}/execandbat
-	${NOECHO}if test -z "$(BAT)" ;\
-		then ${ECHO} " " ; \
-		else \
-		echo echo "$$""*" \>\> ${MYPWD}/install.cmd \
-				     >> ${MYPWD}/execandbat ;\
-	fi
-	@${ECHO} ${E1} 
-	@${ECHO} ${E1H} 
-	${NOECHO}chmod ogu+rx ${MYPWD}/execandbat
-
-
-rooted: 
-	${NOECHO}if test -f "makefile.org" ; then ${ECHO} " ";\
-	else \
-		if test -f "${MAKENAME2}" ; then \
-		cp ${MAKENAME2} makefile.org ;\
-		fi \
-	fi
-	@${ECHO} ${E2}
-ifeq ($(ISteTeX),YES)
-	@${ECHO} ${E3}
-	@${ECHO} ${E4}
-	@${ECHO} ${E5}
-endif
-	@${ECHO} ${E11}
-	${NOECHO}${MKDIRS} "${ATP}" ;\
-	          ${SetLinkLibrary} # "$$"HOMETEXMF might be absent. 
-# don't use tilde char in DESTDIR!
-	${NOECHO}if test -w "${ATP}"  ; then ${ECHO} " ";\
-	else ${ECHO} ${E10}; ${ECHO} ${E9}; exit 1 ;\
-	fi
-# don't use separators in file names
-	${NOECHO}if test ${ATPWC} -gt 1 ; then \
-	${ECHO} ${E26} ; \
-	${ECHO} ${E27} ; \
-	${ECHO} ${E28} ; exit 1 ;\
-	fi
-# don't run makefile from another directory.
-ifneq ($(CorrectDirPath),YES)
-	@${ECHO} ${E19} ; exit 1
-endif
-ifeq ($(VERIFDIR),$(EMPTY))
-	@${ECHO} ${E20} ; exit 1
-endif
-# Verify $ATP is in use via $TEXMF
-	${NOECHO}echo "\\bye" >> "${ATP}"/fptry.tex
-ifneq ($(ISteTeX),YES)
-   ifneq (${ISMiKTeX},YES)
-	${NOECHO}tex  "\\nonstopmode\input fptry.tex" >>${DNF} || (${ECHO} ${E24}; exit 1)
-# The following is to force format creation if necessary.
-	${NOECHO}latex  "\\nonstopmode\input x.tex" >>${DNF} || (exit 1)
-   endif
-endif
-	${NOECHO}$(RM) "${ATP}"/fptry.tex "${ATP}"/fptry.log
-#
-	${NOECHO}${MKDIRS} "${ATP}"/tex
-	${NOECHO}echo "\\bye" >> "${ATP}"/tex/fptry.tex
-ifeq ($(ISteTeX),YES)
-	${NOECHO}${TEXHASHCMD} >>${DNF} || ${TEXHASHCMD}
-	-${NOECHO}${RM} ${KPSL} ; touch ${KPSL}
-	${NOECHO}kpsewhich fptry.tex >${KPSL} || kpsewhich fptry.tex
-	${NOECHO}if test ! -s ${KPSL} ;\
-	then ${M2122} ;\
-	fi
-else
-   ifeq (${ISMiKTeX},YES)# no parm with mktexlsr!
-	${NOECHO}${TEXHASHCMD} >>${DNF} 
-	${NOECHO}kpsewhich fptry.tex >>${DNF} || ${M2122}
-   else
-	${NOECHO}tex  "\\nonstopmode\input fptry.tex" >>${DNF} || ${M2122}
-   endif
-endif
-	${NOECHO}$(RM) "${ATP}"/tex/fptry.tex "${ATP}"/tex/fptry.log
-# Verify BINDIR is writeable. Notice: Don't use tilde char in BINDIR!
-	${NOECHO}if test ! -d "${BINDIR}"  ; then \
-	     ${ECHO} ${E25} ;\
-             ${ECHO} "${BINDIR}" ;\
-	     exit 1 ;\
-	fi
-	${NOECHO}if test -w "${BINDIR}"  ; then \
-	     ${ECHO} ${E7} ;\
-	else \
-		if test "${FIRSTBIN}" = "" ; then \
-	        ${ECHO} ${E8}; ${ECHO} ${E9}; ${ECHO} ${E18}; exit 1 ;\
-	        else ${ECHO} ${E57} ;\
-	        fi ;\
-	fi
-# Log out input encoding chosen and event. cnf created.
-	@${ECHO} ${E6} 
-	${NOECHO}${GOhtc} ${GOhfc}
-#
-	${NOECHO}if test "${AUTREOS}" = "Windows" ; then \
-	${RM} ${DVNF} ; touch ${DVNF} ;\
-	fi
-
-OUT:	
-	${NOECHO}$(RM) ${MAKENAME2} 
-	${NOECHO}${SHELL} -ec "echo VFP=${VFP} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo ENGINE=${ENGINE} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo NONSTOP=${NONSTOP} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo AUTREOS=${AUTREOS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CMDMAKE=${CMDMAKE} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo IENCODING=${IENCODING} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo VID='${VID}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LCCTYPE=${LCCTYPE} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo SHELL=${SHELL} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CMDO=${CMDO} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo ISteTeX=${ISteTeX} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo ISMiKTeX=${ISMiKTeX} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo VISMiKTeX=${VISMiKTeX} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo ATP=${ATP} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXMFLOCAL=${TEXMFLOCAL} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo HOMETEXMF=${HOMETEXMF} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo NECESSARYFPCMD='${NECESSARYFPCMD}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo INVALIDHOM=${INVALIDHOM} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXSYSCFG='${TEXSYSCFG}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXMF='${MYTEXMF}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MYTEXMFCNF=${MYTEXMFCNF} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MYFMTUTILCNF=${MYFMTUTILCNF} >>${MAKENAME2}"
-#	${NOECHO}${SHELL} -ec "echo MYFRLDAT=${MYFRLDAT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MYFMTINIDIR=${MYFMTINIDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MYFMTINI=${MYFMTINI} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MIKTEXFMTDIR=${MIKTEXFMTDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MIKTEXCNFDIR=${MIKTEXCNFDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MYMIKTEXDIR=${MYMIKTEXDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MYCNFINIDIR=${MYCNFINIDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CNFINIDIR=${CNFINIDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MYCNFINIS=${MYCNFINIS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MYCNFINIP=${MYCNFINIP} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MYCNFINIL=${MYCNFINIL} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo WHEREPFMT=${WHEREPFMT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo WHERELFMT=${WHERELFMT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo INITEXDIR=${INITEXDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CHECKCNF=${CHECKCNF} >>${MAKENAME2}"
-ifeq ($(CommonTeX),YES)
-	${NOECHO}${SHELL} -ec "echo TOOLINE=${TOOLINE} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo OO=${OO} >>${MAKENAME2}"
-endif
-	${NOECHO}${SHELL} -ec "echo TIPID=${TIPID} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TILID=${TILID} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TIPLINE='\"${TIPLINE}\"' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec 'echo TIPL0='\"${TIPL0}\"' >>${MAKENAME2}'
-	${NOECHO}${SHELL} -ec 'echo TIPL1=${TIPL1} >>${MAKENAME2}'
-	${NOECHO}${SHELL} -ec 'echo TIPL2=${TIPL2} >>${MAKENAME2}'
-	${NOECHO}${SHELL} -ec 'echo TIPL3=${TIPL3} >>${MAKENAME2}'
-	${NOECHO}${SHELL} -ec "echo TILLINE='\"${TILLINE}\"' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec 'echo TILL0='\"${TILL0}\"' >>${MAKENAME2}'
-	${NOECHO}${SHELL} -ec 'echo TILL1=${TILL1} >>${MAKENAME2}'
-	${NOECHO}${SHELL} -ec 'echo TILL2=${TILL2} >>${MAKENAME2}'
-	${NOECHO}${SHELL} -ec 'echo TILL3=${TILL3} >>${MAKENAME2}'
-	${NOECHO}${SHELL} -ec "echo PLAINLINE='${PLAINLINE}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PL0='${PL0}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PL1='${PL1}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PL2='${PL2}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PL3='${PL3}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PL4='${PL4}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PL5='${PL5}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PL6='${PL6}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo REFPLINE='${REFPLINE}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LATEXLINE='${LATEXLINE}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LA0='${LA0}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LA1='${LA1}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LA2='${LA2}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LA3='${LA3}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LA4='${LA4}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LA5='${LA5}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LA6='${LA6}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo REFLLINE='${REFLLINE}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXMFPLINE='${TEXMFPLINE}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PLAINOPT='${PLAINOPT}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PLAINMOT='${PLAINMOT}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo FORMATLINE='${FORMATLINE}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXMFFLINE='${TEXMFFLINE}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo FORMATOPT='${FORMATOPT}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo FORMATMOT='${FORMATMOT}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXMFMAIN=${TEXMFMAIN} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TMFCONFIG=${TMFCONFIG} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TMFVAR=${TMFVAR} >>${MAKENAME2}"
-###	${NOECHO}${SHELL} -ec "echo TEXMFVAR=${TEXMFVAR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MYPWD=${MYPWD} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo BAT=${BAT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MIK=${MIK} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXHASH='${TEXHASH}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXHASHCMD='${TEXHASHCMD}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXHASHBAT='${TEXHASHBAT}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo THISFILE=${THISFILE2} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MAKENAME=${MAKENAME2} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MAKEFILEORG=${MAKEFILEORG} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo THELOG=${THELOG} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MAXLOGS=${MAXLOGS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PMOTEUR=${PMOTEUR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LMOTEUR=${LMOTEUR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PTEXBINARY=${PTEXBINARY} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LTEXBINARY=${LTEXBINARY} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo RPLTTS=${RPLTTS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo RLLTTS=${RLLTTS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TSSHELLSDIR=${TSSHELLSDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo BINEXT=${BINEXT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo EXTINI=${EXTINI} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo SHELLEXT=${SHELLEXT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo ECHO=${SHELL} ${MYPWD}/echoandlog ${MAKENAME2}: >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo EXEC=${SHELL} ${MYPWD}/execandbat  >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo NL=${NL} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LANG=${LANG} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LANGMSG=${LANGMSG} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LOGINNAME=${LOGINNAME} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo UMASK=${UMASK} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TYPEL=${TYPEL} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TSYS=${TSYS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CMD=${CMD} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo INSTALLCMD=${INSTALLCMD} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CAT=${CAT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CP=${CP} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo WCP=${WCP} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MODBIN=${MODBIN} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MODTXT=${MODTXT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MOD4ME=${MOD4ME} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo INTERACTIVE=${INTERACTIVE} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CC=${CC} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo ERRNOCC=${ERRNOCC} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo Coptions=${Coptions} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo RM=${RM} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CAT=${CAT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LEX=${LEX} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MKDIRS=${MKDIRS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo VI=${VI} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo NOECHO=${NOECHO} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo NOERR=${NOERR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MKS=${MKS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo NOAUTOMAIL=${NOAUTOMAIL} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXCMD=${TEXCMD} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PRINTDVI=${PRINTDVI} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo NBPAGES=${NBPAGES} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo NUMPAGES=${NUMPAGES} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo INDEXCMD=${INDEXCMD} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo INITID=${INITID} >>${MAKENAME2}"
-ifeq ($(INITID),pdf)
-	${NOECHO}${SHELL} -ec "echo 'COPYPDFTEXCFG=${COPYPDFTEXCFG}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo 'DELPDFTEXCFG=${DELPDFTEXCFG}' >>${MAKENAME2}"
-endif
-	${NOECHO}${SHELL} -ec "echo 'SEDFMTPDF=${SEDFMTPDF}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo 'SEDFMTFR=${SEDFMTFR}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PINITCMD=${PINITCMD} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LINITCMD=${LINITCMD} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CMDLINK=${CMDLINK} >>${MAKENAME2}"
-ifeq ($(CommonTeX),YES)
-	${NOECHO}${SHELL} -ec "echo 'TEXINPUTS=${TEXINPUTS}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo 'SETINPUTS=${SETINPUTS}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo 'RESETINPUTS=${RESETINPUTS}' >>${MAKENAME2}"
-endif
-	${NOECHO}${SHELL} -ec "echo USHYPHFILE=${USHYPHFILE} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo USHYPH1FILE=${USHYPH1FILE} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo USHYPHDIR=${USHYPHDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXOPTS=${TEXOPTS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo FONTENCODING=${FONTENCODING} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo FNT=${FNT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo KPSEPATH=${ATP}/${TEXOPTS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo SRCROOT=${SRCROOT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo WSRCROOT=${WSRCROOT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo DESTIDIR="${DESTIDIR}" >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo DESTDIR=${DESTDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo DESTDIRDIR="${DESTDIRDIR}" >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo DESTLEDIR="${DESTLEDIR}" >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo FORMATS="${FORMATS}" >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXDOCS="${TEXDOCS}" >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec 'echo HYPHDIR="${HYPHDIR}" >>${MAKENAME2}'
-	${NOECHO}${SHELL} -ec "echo LATEXDIR=${LATEXDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PLAINDIR=${PLAINDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LATEXDIRL=${LATEXDIRL} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PLAINDIRL=${PLAINDIRL} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PDFCFILE=${PDFCFILE} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PDFTEXDIR=${PDFTEXDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo INPUTDIR="$(INPUTDIR)" >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo CONFIGDIR="${CONFIGDIR}" >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo ISTDIR="$(ISTDIR)" >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo FORMAT=${FORMAT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PFMTEXT=${PFMTEXT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LFMTEXT=${LFMTEXT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo EXTENDEDMODE=${EXTENDEDMODE} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo EXTENDEDFMT=${EXTENDEDFMT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo 'PEXTF=${PEXTF}' >>${MAKENAME2}"	
-	${NOECHO}${SHELL} -ec "echo 'LEXTF=${LEXTF}' >>${MAKENAME2}"	
-	${NOECHO}${SHELL} -ec "echo PEXTEF=${PEXTEF} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LEXTEF=${LEXTEF} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo PFMTNAME=${PFMTNAME} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LFMTNAME=${LFMTNAME} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo INITEXOPT=${INITEXOPT} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo INITDIR=${INITDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo TEXTCX=${TEXTCX} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo DVNF=${DVNF} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo DNF=${DNF} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LNS=${LNS} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo BINARIES=${BINARIES} >>${MAKENAME2}"
-	${NOECHO}if test -w "${BINDIR}"  ; then \
-	 ${SHELL} -ec "echo BINDIR=${BINDIR} >>${MAKENAME2}" ;\
-	else \
-	 ${SHELL} -ec "echo BINDIR=${FIRSTBIN} >>${MAKENAME2}" ;\
-	fi
-	${NOECHO}${SHELL} -ec "echo CODEC='${CODEC}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo SUPERUSERD='${SUPERUSERD}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo SUPERUSERF='${SUPERUSERF}' >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo KEYBOARDDIR=${KEYBOARDDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo FRENCHDIR=${FRENCHDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MLPDIR=${MLPDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MSGDIR=${MSGDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo OTHERDIR=${OTHERDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo MKINDEXDIR=${MKINDEXDIR} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LF=${LF} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "echo LFARG=${LFARG} >>${MAKENAME2}"
-	${NOECHO}${SHELL} -ec "${LFADD}"
-	${NOECHO}cat < Makefile.in >>${MAKENAME2}
-
-gen:	
-	${NOECHO}if test -z "$(ISteTeX)$(ISMiKTeX)" ; \
-	then \
-	${ECHO} ${E12}; \
-	else \
-	${ECHO} ${E13}; \
-	${ECHO} ${E14}; \
-	fi
-	@${ECHO} " " 
-	${NOECHO}if test -z "$(NOAUTOMAIL)" ; \
-	then \
-	${ECHO} ${E15}; \
-	${ECHO} ${E16}; \
-	fi
-ifneq ($(NONSTOP),nonstop)
-	@${ECHO} ${E17}
-endif
-
-# "default" removed from dependencies 2003/06/12
-nonstopproc:	nonstopcontinueI nonstopcontinueII nonstopcontinueIII 
-	@${ECHO} " "
-
-proc:	
-	@${ECHO} " "
-
-nonstopcontinueI: 
-	${NOECHO}$(MAKE) -f ${THISFILE2} nonstopcontinueI ${MKS}
-
-nonstopcontinueII:	
-	@${ECHO} ${E44}
-	${NOECHO}$(MAKE) -f ${THISFILE}  INITID=pdf OUT ${MKS}
-	${NOECHO}$(MAKE) -f ${THISFILE2} INITID=pdf nonstopcontinueII ${MKS}
-
-nonstopcontinueIII:
-	@${ECHO} ${E45}
-	${NOECHO}$(MAKE) -f ${THISFILE}  INITID=e OUT ${MKS}
-	${NOECHO}$(MAKE) -f ${THISFILE2} INITID=e nonstopcontinueIII ${MKS}
-
-
-continue: 
-	${NOERR}${NOECHO}${RM} ${MYPWD}/done
-	${NOECHO}$(MAKE) -f ${THISFILE2}  continue  ${MKS}
-
-install:	
-	${NOECHO}$(MAKE) -f ${THISFILE2} install ${MKS}
-
-uninstall:	
-	${ECHO} " " ; ${DELhtc} ${DELftc}	
-	${NOECHO}$(MAKE) -f ${THISFILE2} uninstall  ${MKS}
-
-reftest:	
-	${NOECHO}$(MAKE) -f ${THISFILE2} reftest  ${MKS}
-
-printed:	
-	${NOECHO}$(MAKE) -f ${THISFILE2} printed  ${MKS}
-
-sendmessage:	
-	${NOECHO}$(MAKE) -f ${THISFILE2} sendmessage  ${MKS}
-
-register:	
-	${NOECHO}$(MAKE) -f ${THISFILE2} register ${MKS}
-
-clean:	${MYPWD}/echoandlog
-	${NOECHO}if test -f makefile.gen ;\
-		then $(MAKE) -f ${THISFILE2} clean ${MKS} ; \
-		else ${ECHO} " " ; \
-	fi
-
-INFO:	${MYPWD}/echoandlog
-	${NOECHO}if test -f makefile.gen ;\
-		then $(MAKE) -f ${THISFILE2} INFO ${MKS} ; \
-		else ${ECHO} " " ; \
-	fi
-
-superclean:
-	${NOECHO}$(MAKE) -f ${THISFILE2} superclean ${MKS}
-##############################################################

Deleted: trunk/initex/ushyph.tex
===================================================================
--- trunk/initex/ushyph.tex	2010-07-29 14:11:30 UTC (rev 9)
+++ trunk/initex/ushyph.tex	2010-07-29 14:13:43 UTC (rev 10)
@@ -1,4863 +0,0 @@
-% ushyph.tex -- patterns for original hyphenation pattern memory of 8000.
-% Also known as ushyph2.tex.
-% 
-% version of 2005-05-30.
-% Patterns of March 1, 1990.
-% 
-% Copyright (C) 1990, 2004, 2005 Gerard D.C. Kuiken.
-% Copying and distribution of this file, with or without modification,
-% are permitted in any medium without royalty provided the copyright
-% notice and this notice are preserved.
-% 
-% Can be used with all standard TeX versions.
-% Hyphenation trie becomes 6772 with 229 ops.
-% 
-% These patterns are based on the Hyphenation Exception Log
-% published in TUGboat, Volume 10 (1989), No. 3, pp. 337-341,
-% and a large number of incorrectly hyphenated words not yet published.
-% 
-% These patterns do not find all admissible hyphens of the words in
-% the Exception Log, but the patterns in ushyphmax.tex do.
-% 
-% Please send bugs or suggestions to tex-live (at) tug.org.
-% 
-% 2005-05-30 (karl): in the past, ushyph2.tex was a file containing only
-% the additional patterns, without the \patterns command, etc.  This
-% turned out not to be very useful, since in practice the TeX
-% distributions need one self-contained file for a language.  Therefore,
-% ushyph.tex and ushyph2.tex are now the *same* file, containing both
-% the additional patterns from Dr. Kuiken, and the original patterns and
-% hyphenations from Knuth's hyphen.tex.
-%
-% The Plain TeX hyphenation tables.
-\patterns{ % just type <return> if you're not using INITEX
-.ach4
-.ad4der
-.af1t
-.al3t
-.am5at
-.an5c
-.ang4
-.ani5m
-.ant4
-.an3te
-.anti5s
-.ar5s
-.ar4tie
-.ar4ty
-.as3c
-.as1p
-.as1s
-.aster5
-.atom5
-.au1d
-.av4i
-.awn4
-.ba4g
-.ba5na
-.bas4e
-.ber4
-.be5ra
-.be3sm
-.be5sto
-.bri2
-.but4ti
-.cam4pe
-.can5c
-.capa5b
-.car5ol
-.ca4t
-.ce4la
-.ch4
-.chill5i
-.ci2
-.cit5r
-.co3e
-.co4r
-.cor5ner
-.de4moi
-.de3o
-.de3ra
-.de3ri
-.des4c
-.dictio5
-.do4t
-.du4c
-.dumb5
-.earth5
-.eas3i
-.eb4
-.eer4
-.eg2
-.el5d
-.el3em
-.enam3
-.en3g
-.en3s
-.eq5ui5t
-.er4ri
-.es3
-.eu3
-.eye5
-.fes3
-.for5mer
-.ga2
-.ge2
-.gen3t4
-.ge5og
-.gi5a
-.gi4b
-.go4r
-.hand5i
-.han5k
-.he2
-.hero5i
-.hes3
-.het3
-.hi3b
-.hi3er
-.hon5ey
-.hon3o
-.hov5
-.id4l
-.idol3
-.im3m
-.im5pin
-.in1
-.in3ci
-.ine2
-.in2k
-.in3s
-.ir5r
-.is4i
-.ju3r
-.la4cy
-.la4m
-.lat5er
-.lath5
-.le2
-.leg5e
-.len4
-.lep5
-.lev1
-.li4g
-.lig5a
-.li2n
-.li3o
-.li4t
-.mag5a5
-.mal5o
-.man5a
-.mar5ti
-.me2
-.mer3c
-.me5ter
-.mis1
-.mist5i
-.mon3e
-.mo3ro
-.mu5ta
-.muta5b
-.ni4c
-.od2
-.odd5
-.of5te
-.or5ato
-.or3c
-.or1d
-.or3t
-.os3
-.os4tl
-.oth3
-.out3
-.ped5al
-.pe5te
-.pe5tit
-.pi4e
-.pio5n
-.pi2t
-.pre3m
-.ra4c
-.ran4t
-.ratio5na
-.ree2
-.re5mit
-.res2
-.re5stat
-.ri4g
-.rit5u
-.ro4q
-.ros5t
-.row5d
-.ru4d
-.sci3e
-.self5
-.sell5
-.se2n
-.se5rie
-.sh2
-.si2
-.sing4
-.st4
-.sta5bl
-.sy2
-.ta4
-.te4
-.ten5an
-.th2
-.ti2
-.til4
-.tim5o5
-.ting4
-.tin5k
-.ton4a
-.to4p
-.top5i
-.tou5s
-.trib5ut
-.un1a
-.un3ce
-.under5
-.un1e
-.un5k
-.un5o
-.un3u
-.up3
-.ure3
-.us5a
-.ven4de
-.ve5ra
-.wil5i
-.ye4
-4ab.
-a5bal
-a5ban
-abe2
-ab5erd
-abi5a
-ab5it5ab
-ab5lat
-ab5o5liz
-4abr
-ab5rog
-ab3ul
-a4car
-ac5ard
-ac5aro
-a5ceou
-ac1er
-a5chet
-4a2ci
-a3cie
-ac1in
-a3cio
-ac5rob
-act5if
-ac3ul
-ac4um
-a2d
-ad4din
-ad5er.
-2adi
-a3dia
-ad3ica
-adi4er
-a3dio
-a3dit
-a5diu
-ad4le
-ad3ow
-ad5ran
-ad4su
-4adu
-a3duc
-ad5um
-ae4r
-aeri4e
-a2f
-aff4
-a4gab
-aga4n
-ag5ell
-age4o
-4ageu
-ag1i
-4ag4l
-ag1n
-a2go
-3agog
-ag3oni
-a5guer
-ag5ul
-a4gy
-a3ha
-a3he
-ah4l
-a3ho
-ai2
-a5ia
-a3ic.
-ai5ly
-a4i4n
-ain5in
-ain5o
-ait5en
-a1j
-ak1en
-al5ab
-al3ad
-a4lar
-4aldi
-2ale
-al3end
-a4lenti
-a5le5o
-al1i
-al4ia.
-ali4e
-al5lev
-4allic
-4alm
-a5log.
-a4ly.
-4alys
-5a5lyst
-5alyt
-3alyz
-4ama
-am5ab
-am3ag
-ama5ra
-am5asc
-a4matis
-a4m5ato
-am5era
-am3ic
-am5if
-am5ily
-am1in
-ami4no
-a2mo
-a5mon
-amor5i
-amp5en
-a2n
-an3age
-3analy
-a3nar
-an3arc
-anar4i
-a3nati
-4and
-ande4s
-an3dis
-an1dl
-an4dow
-a5nee
-a3nen
-an5est.
-a3neu
-2ang
-ang5ie
-an1gl
-a4n1ic
-a3nies
-an3i3f
-an4ime
-a5nimi
-a5nine
-an3io
-a3nip
-an3ish
-an3it
-a3niu
-an4kli
-5anniz
-ano4
-an5ot
-anoth5
-an2sa
-an4sco
-an4sn
-an2sp
-ans3po
-an4st
-an4sur
-antal4
-an4tie
-4anto
-an2tr
-an4tw
-an3ua
-an3ul
-a5nur
-4ao
-apar4
-ap5at
-ap5ero
-a3pher
-4aphi
-a4pilla
-ap5illar
-ap3in
-ap3ita
-a3pitu
-a2pl
-apoc5
-ap5ola
-apor5i
-apos3t
-aps5es
-a3pu
-aque5
-2a2r
-ar3act
-a5rade
-ar5adis
-ar3al
-a5ramete
-aran4g
-ara3p
-ar4at
-a5ratio
-ar5ativ
-a5rau
-ar5av4
-araw4
-arbal4
-ar4chan
-ar5dine
-ar4dr
-ar5eas
-a3ree
-ar3ent
-a5ress
-ar4fi
-ar4fl
-ar1i
-ar5ial
-ar3ian
-a3riet
-ar4im
-ar5inat
-ar3io
-ar2iz
-ar2mi
-ar5o5d
-a5roni
-a3roo
-ar2p
-ar3q
-arre4
-ar4sa
-ar2sh
-4as.
-as4ab
-as3ant
-ashi4
-a5sia.
-a3sib
-a3sic
-5a5si4t
-ask3i
-as4l
-a4soc
-as5ph
-as4sh
-as3ten
-as1tr
-asur5a
-a2ta
-at3abl
-at5ac
-at3alo
-at5ap
-ate5c
-at5ech
-at3ego
-at3en.
-at3era
-ater5n
-a5terna
-at3est
-at5ev
-4ath
-ath5em
-a5then
-at4ho
-ath5om
-4ati.
-a5tia
-at5i5b
-at1ic
-at3if
-ation5ar
-at3itu
-a4tog
-a2tom
-at5omiz
-a4top
-a4tos
-a1tr
-at5rop
-at4sk
-at4tag
-at5te
-at4th
-a2tu
-at5ua
-at5ue
-at3ul
-at3ura
-a2ty
-au4b
-augh3
-au3gu
-au4l2
-aun5d
-au3r
-au5sib
-aut5en
-au1th
-a2va
-av3ag
-a5van
-ave4no
-av3era
-av5ern
-av5ery
-av1i
-avi4er
-av3ig
-av5oc
-a1vor
-3away
-aw3i
-aw4ly
-aws4
-ax4ic
-ax4id
-ay5al
-aye4
-ays4
-azi4er
-azz5i
-5ba.
-bad5ger
-ba4ge
-bal1a
-ban5dag
-ban4e
-ban3i
-barbi5
-bari4a
-bas4si
-1bat
-ba4z
-2b1b
-b2be
-b3ber
-bbi4na
-4b1d
-4be.
-beak4
-beat3
-4be2d
-be3da
-be3de
-be3di
-be3gi
-be5gu
-1bel
-be1li
-be3lo
-4be5m
-be5nig
-be5nu
-4bes4
-be3sp
-be5str
-3bet
-bet5iz
-be5tr
-be3tw
-be3w
-be5yo
-2bf
-4b3h
-bi2b
-bi4d
-3bie
-bi5en
-bi4er
-2b3if
-1bil
-bi3liz
-bina5r4
-bin4d
-bi5net
-bi3ogr
-bi5ou
-bi2t
-3bi3tio
-bi3tr
-3bit5ua
-b5itz
-b1j
-bk4
-b2l2
-blath5
-b4le.
-blen4
-5blesp
-b3lis
-b4lo
-blun4t
-4b1m
-4b3n
-bne5g
-3bod
-bod3i
-bo4e
-bol3ic
-bom4bi
-bon4a
-bon5at
-3boo
-5bor.
-4b1ora
-bor5d
-5bore
-5bori
-5bos4
-b5ota
-both5
-bo4to
-bound3
-4bp
-4brit
-broth3
-2b5s2
-bsor4
-2bt
-bt4l
-b4to
-b3tr
-buf4fer
-bu4ga
-bu3li
-bumi4
-bu4n
-bunt4i
-bu3re
-bus5ie
-buss4e
-5bust
-4buta
-3butio
-b5uto
-b1v
-4b5w
-5by.
-bys4
-1ca
-cab3in
-ca1bl
-cach4
-ca5den
-4cag4
-2c5ah
-ca3lat
-cal4la
-call5in
-4calo
-can5d
-can4e
-can4ic
-can5is
-can3iz
-can4ty
-cany4
-ca5per
-car5om
-cast5er
-cas5tig
-4casy
-ca4th
-4cativ
-cav5al
-c3c
-ccha5
-cci4a
-ccompa5
-ccon4
-ccou3t
-2ce.
-4ced.
-4ceden
-3cei
-5cel.
-3cell
-1cen
-3cenc
-2cen4e
-4ceni
-3cent
-3cep
-ce5ram
-4cesa
-3cessi
-ces5si5b
-ces5t
-cet4
-c5e4ta
-cew4
-2ch
-4ch.
-4ch3ab
-5chanic
-ch5a5nis
-che2
-cheap3
-4ched
-che5lo
-3chemi
-ch5ene
-ch3er.
-ch3ers
-4ch1in
-5chine.
-ch5iness
-5chini
-5chio
-3chit
-chi2z
-3cho2
-ch4ti
-1ci
-3cia
-ci2a5b
-cia5r
-ci5c
-4cier
-5cific.
-4cii
-ci4la
-3cili
-2cim
-2cin
-c4ina
-3cinat
-cin3em
-c1ing
-c5ing.
-5cino
-cion4
-4cipe
-ci3ph
-4cipic
-4cista
-4cisti
-2c1it
-cit3iz
-5ciz
-ck1
-ck3i
-1c4l4
-4clar
-c5laratio
-5clare
-cle4m
-4clic
-clim4
-cly4
-c5n
-1co
-co5ag
-coe2
-2cog
-co4gr
-coi4
-co3inc
-col5i
-5colo
-col3or
-com5er
-con4a
-c4one
-con3g
-con5t
-co3pa
-cop3ic
-co4pl
-4corb
-coro3n
-cos4e
-cov1
-cove4
-cow5a
-coz5e
-co5zi
-c1q
-cras5t
-5crat.
-5cratic
-cre3at
-5cred
-4c3reta
-cre4v
-cri2
-cri5f
-c4rin
-cris4
-5criti
-cro4pl
-crop5o
-cros4e
-cru4d
-4c3s2
-2c1t
-cta4b
-ct5ang
-c5tant
-c2te
-c3ter
-c4ticu
-ctim3i
-ctu4r
-c4tw
-cud5
-c4uf
-c4ui
-cu5ity
-5culi
-cul4tis
-3cultu
-cu2ma
-c3ume
-cu4mi
-3cun
-cu3pi
-cu5py
-cur5a4b
-cu5ria
-1cus
-cuss4i
-3c4ut
-cu4tie
-4c5utiv
-4cutr
-1cy
-cze4
-1d2a
-5da.
-2d3a4b
-dach4
-4daf
-2dag
-da2m2
-dan3g
-dard5
-dark5
-4dary
-3dat
-4dativ
-4dato
-5dav4
-dav5e
-5day
-d1b
-d5c
-d1d4
-2de.
-deaf5
-deb5it
-de4bon
-decan4
-de4cil
-de5com
-2d1ed
-4dee.
-de5if
-deli4e
-del5i5q
-de5lo
-d4em
-5dem.
-3demic
-dem5ic.
-de5mil
-de4mons
-demor5
-1den
-de4nar
-de3no
-denti5f
-de3nu
-de1p
-de3pa
-depi4
-de2pu
-d3eq
-d4erh
-5derm
-dern5iz
-der5s
-des2
-d2es.
-de1sc
-de2s5o
-des3ti
-de3str
-de4su
-de1t
-de2to
-de1v
-dev3il
-4dey
-4d1f
-d4ga
-d3ge4t
-dg1i
-d2gy
-d1h2
-5di.
-1d4i3a
-dia5b
-di4cam
-d4ice
-3dict
-3did
-5di3en
-d1if
-di3ge
-di4lato
-d1in
-1dina
-3dine.
-5dini
-di5niz
-1dio
-dio5g
-di4pl
-dir2
-di1re
-dirt5i
-dis1
-5disi
-d4is3t
-d2iti
-1di1v
-d1j
-d5k2
-4d5la
-3dle.
-3dled
-3dles.
-4dless
-2d3lo
-4d5lu
-2dly
-d1m
-4d1n4
-1do
-3do.
-do5de
-5doe
-2d5of
-d4og
-do4la
-doli4
-do5lor
-dom5iz
-do3nat
-doni4
-doo3d
-dop4p
-d4or
-3dos
-4d5out
-do4v
-3dox
-d1p
-1dr
-drag5on
-4drai
-dre4
-drea5r
-5dren
-dri4b
-dril4
-dro4p
-4drow
-5drupli
-4dry
-2d1s2
-ds4p
-d4sw
-d4sy
-d2th
-1du
-d1u1a
-du2c
-d1uca
-duc5er
-4duct.
-4ducts
-du5el
-du4g
-d3ule
-dum4be
-du4n
-4dup
-du4pe
-d1v
-d1w
-d2y
-5dyn
-dy4se
-dys5p
-e1a4b
-e3act
-ead1
-ead5ie
-ea4ge
-ea5ger
-ea4l
-eal5er
-eal3ou
-eam3er
-e5and
-ear3a
-ear4c
-ear5es
-ear4ic
-ear4il
-ear5k
-ear2t
-eart3e
-ea5sp
-e3ass
-east3
-ea2t
-eat5en
-eath3i
-e5atif
-e4a3tu
-ea2v
-eav3en
-eav5i
-eav5o
-2e1b
-e4bel.
-e4bels
-e4ben
-e4bit
-e3br
-e4cad
-ecan5c
-ecca5
-e1ce
-ec5essa
-ec2i
-e4cib
-ec5ificat
-ec5ifie
-ec5ify
-ec3im
-eci4t
-e5cite
-e4clam
-e4clus
-e2col
-e4comm
-e4compe
-e4conc
-e2cor
-ec3ora
-eco5ro
-e1cr
-e4crem
-ec4tan
-ec4te
-e1cu
-e4cul
-ec3ula
-2e2da
-4ed3d
-e4d1er
-ede4s
-4edi
-e3dia
-ed3ib
-ed3ica
-ed3im
-ed1it
-edi5z
-4edo
-e4dol
-edon2
-e4dri
-e4dul
-ed5ulo
-ee2c
-eed3i
-ee2f
-eel3i
-ee4ly
-ee2m
-ee4na
-ee4p1
-ee2s4
-eest4
-ee4ty
-e5ex
-e1f
-e4f3ere
-1eff
-e4fic
-5efici
-efil4
-e3fine
-ef5i5nite
-3efit
-efor5es
-e4fuse.
-4egal
-eger4
-eg5ib
-eg4ic
-eg5ing
-e5git5
-eg5n
-e4go.
-e4gos
-eg1ul
-e5gur
-5egy
-e1h4
-eher4
-ei2
-e5ic
-ei5d
-eig2
-ei5gl
-e3imb
-e3inf
-e1ing
-e5inst
-eir4d
-eit3e
-ei3th
-e5ity
-e1j
-e4jud
-ej5udi
-eki4n
-ek4la
-e1la
-e4la.
-e4lac
-elan4d
-el5ativ
-e4law
-elaxa4
-e3lea
-el5ebra
-5elec
-e4led
-el3ega
-e5len
-e4l1er
-e1les
-el2f
-el2i
-e3libe
-e4l5ic.
-el3ica
-e3lier
-el5igib
-e5lim
-e4l3ing
-e3lio
-e2lis
-el5ish
-e3liv3
-4ella
-el4lab
-ello4
-e5loc
-el5og
-el3op.
-el2sh
-el4ta
-e5lud
-el5ug
-e4mac
-e4mag
-e5man
-em5ana
-em5b
-e1me
-e2mel
-e4met
-em3ica
-emi4e
-em5igra
-em1in2
-em5ine
-em3i3ni
-e4mis
-em5ish
-e5miss
-em3iz
-5emniz
-emo4g
-emoni5o
-em3pi
-e4mul
-em5ula
-emu3n
-e3my
-en5amo
-e4nant
-ench4er
-en3dic
-e5nea
-e5nee
-en3em
-en5ero
-en5esi
-en5est
-en3etr
-e3new
-en5ics
-e5nie
-e5nil
-e3nio
-en3ish
-en3it
-e5niu
-5eniz
-4enn
-4eno
-eno4g
-e4nos
-en3ov
-en4sw
-ent5age
-4enthes
-en3ua
-en5uf
-e3ny.
-4en3z
-e5of
-eo2g
-e4oi4
-e3ol
-eop3ar
-e1or
-eo3re
-eo5rol
-eos4
-e4ot
-eo4to
-e5out
-e5ow
-e2pa
-e3pai
-ep5anc
-e5pel
-e3pent
-ep5etitio
-ephe4
-e4pli
-e1po
-e4prec
-ep5reca
-e4pred
-ep3reh
-e3pro
-e4prob
-ep4sh
-ep5ti5b
-e4put
-ep5uta
-e1q
-equi3l
-e4q3ui3s
-er1a
-era4b
-4erand
-er3ar
-4erati.
-2erb
-er4bl
-er3ch
-er4che
-2ere.
-e3real
-ere5co
-ere3in
-er5el.
-er3emo
-er5ena
-er5ence
-4erene
-er3ent
-ere4q
-er5ess
-er3est
-eret4
-er1h
-er1i
-e1ria4
-5erick
-e3rien
-eri4er
-er3ine
-e1rio
-4erit
-er4iu
-eri4v
-e4riva
-er3m4
-er4nis
-4ernit
-5erniz
-er3no
-2ero
-er5ob
-e5roc
-ero4r
-er1ou
-er1s
-er3set
-ert3er
-4ertl
-er3tw
-4eru
-eru4t
-5erwau
-e1s4a
-e4sage.
-e4sages
-es2c
-e2sca
-es5can
-e3scr
-es5cu
-e1s2e
-e2sec
-es5ecr
-es5enc
-e4sert.
-e4serts
-e4serva
-4esh
-e3sha
-esh5en
-e1si
-e2sic
-e2sid
-es5iden
-es5igna
-e2s5im
-es4i4n
-esis4te
-esi4u
-e5skin
-es4mi
-e2sol
-es3olu
-e2son
-es5ona
-e1sp
-es3per
-es5pira
-es4pre
-2ess
-es4si4b
-estan4
-es3tig
-es5tim
-4es2to
-e3ston
-2estr
-e5stro
-estruc5
-e2sur
-es5urr
-es4w
-eta4b
-eten4d
-e3teo
-ethod3
-et1ic
-e5tide
-etin4
-eti4no
-e5tir
-e5titio
-et5itiv
-4etn
-et5ona
-e3tra
-e3tre
-et3ric
-et5rif
-et3rog
-et5ros
-et3ua
-et5ym
-et5z
-4eu
-e5un
-e3up
-eu3ro
-eus4
-eute4
-euti5l
-eu5tr
-eva2p5
-e2vas
-ev5ast
-e5vea
-ev3ell
-evel3o
-e5veng
-even4i
-ev1er
-e5verb
-e1vi
-ev3id
-evi4l
-e4vin
-evi4v
-e5voc
-e5vu
-e1wa
-e4wag
-e5wee
-e3wh
-ewil5
-ew3ing
-e3wit
-1exp
-5eyc
-5eye.
-eys4
-1fa
-fa3bl
-fab3r
-fa4ce
-4fag
-fain4
-fall5e
-4fa4ma
-fam5is
-5far
-far5th
-fa3ta
-fa3the
-4fato
-fault5
-4f5b
-4fd
-4fe.
-feas4
-feath3
-fe4b
-4feca
-5fect
-2fed
-fe3li
-fe4mo
-fen2d
-fend5e
-fer1
-5ferr
-fev4
-4f1f
-f4fes
-f4fie
-f5fin.
-f2f5is
-f4fly
-f2fy
-4fh
-1fi
-fi3a
-2f3ic.
-4f3ical
-f3ican
-4ficate
-f3icen
-fi3cer
-fic4i
-5ficia
-5ficie
-4fics
-fi3cu
-fi5del
-fight5
-fil5i
-fill5in
-4fily
-2fin
-5fina
-fin2d5
-fi2ne
-f1in3g
-fin4n
-fis4ti
-f4l2
-f5less
-flin4
-flo3re
-f2ly5
-4fm
-4fn
-1fo
-5fon
-fon4de
-fon4t
-fo2r
-fo5rat
-for5ay
-fore5t
-for4i
-fort5a
-fos5
-4f5p
-fra4t
-f5rea
-fres5c
-fri2
-fril4
-frol5
-2f3s
-2ft
-f4to
-f2ty
-3fu
-fu5el
-4fug
-fu4min
-fu5ne
-fu3ri
-fusi4
-fus4s
-4futa
-1fy
-1ga
-gaf4
-5gal.
-3gali
-ga3lo
-2gam
-ga5met
-g5amo
-gan5is
-ga3niz
-gani5za
-4gano
-gar5n4
-gass4
-gath3
-4gativ
-4gaz
-g3b
-gd4
-2ge.
-2ged
-geez4
-gel4in
-ge5lis
-ge5liz
-4gely
-1gen
-ge4nat
-ge5niz
-4geno
-4geny
-1geo
-ge3om
-g4ery
-5gesi
-geth5
-4geto
-ge4ty
-ge4v
-4g1g2
-g2ge
-g3ger
-gglu5
-ggo4
-gh3in
-gh5out
-gh4to
-5gi.
-1gi4a
-gia5r
-g1ic
-5gicia
-g4ico
-gien5
-5gies.
-gil4
-g3imen
-3g4in.
-gin5ge
-5g4ins
-5gio
-3gir
-gir4l
-g3isl
-gi4u
-5giv
-3giz
-gl2
-gla4
-glad5i
-5glas
-1gle
-gli4b
-g3lig
-3glo
-glo3r
-g1m
-g4my
-gn4a
-g4na.
-gnet4t
-g1ni
-g2nin
-g4nio
-g1no
-g4non
-1go
-3go.
-gob5
-5goe
-3g4o4g
-go3is
-gon2
-4g3o3na
-gondo5
-go3ni
-5goo
-go5riz
-gor5ou
-5gos.
-gov1
-g3p
-1gr
-4grada
-g4rai
-gran2
-5graph.
-g5rapher
-5graphic
-4graphy
-4gray
-gre4n
-4gress.
-4grit
-g4ro
-gruf4
-gs2
-g5ste
-gth3
-gu4a
-3guard
-2gue
-5gui5t
-3gun
-3gus
-4gu4t
-g3w
-1gy
-2g5y3n
-gy5ra
-h3ab4l
-hach4
-hae4m
-hae4t
-h5agu
-ha3la
-hala3m
-ha4m
-han4ci
-han4cy
-5hand.
-han4g
-hang5er
-hang5o
-h5a5niz
-han4k
-han4te
-hap3l
-hap5t
-ha3ran
-ha5ras
-har2d
-hard3e
-har4le
-harp5en
-har5ter
-has5s
-haun4
-5haz
-haz3a
-h1b
-1head
-3hear
-he4can
-h5ecat
-h4ed
-he5do5
-he3l4i
-hel4lis
-hel4ly
-h5elo
-hem4p
-he2n
-hena4
-hen5at
-heo5r
-hep5
-h4era
-hera3p
-her4ba
-here5a
-h3ern
-h5erou
-h3ery
-h1es
-he2s5p
-he4t
-het4ed
-heu4
-h1f
-h1h
-hi5an
-hi4co
-high5
-h4il2
-himer4
-h4ina
-hion4e
-hi4p
-hir4l
-hi3ro
-hir4p
-hir4r
-his3el
-his4s
-hith5er
-hi2v
-4hk
-4h1l4
-hlan4
-h2lo
-hlo3ri
-4h1m
-hmet4
-2h1n
-h5odiz
-h5ods
-ho4g
-hoge4
-hol5ar
-3hol4e
-ho4ma
-home3
-hon4a
-ho5ny
-3hood
-hoon4
-hor5at
-ho5ris
-hort3e
-ho5ru
-hos4e
-ho5sen
-hos1p
-1hous
-house3
-hov5el
-4h5p
-4hr4
-hree5
-hro5niz
-hro3po
-4h1s2
-h4sh
-h4tar
-ht1en
-ht5es
-h4ty
-hu4g
-hu4min
-hun5ke
-hun4t
-hus3t4
-hu4t
-h1w
-h4wart
-hy3pe
-hy3ph
-hy2s
-2i1a
-i2al
-iam4
-iam5ete
-i2an
-4ianc
-ian3i
-4ian4t
-ia5pe
-iass4
-i4ativ
-ia4tric
-i4atu
-ibe4
-ib3era
-ib5ert
-ib5ia
-ib3in
-ib5it.
-ib5ite
-i1bl
-ib3li
-i5bo
-i1br
-i2b5ri
-i5bun
-4icam
-5icap
-4icar
-i4car.
-i4cara
-icas5
-i4cay
-iccu4
-4iceo
-4ich
-2ici
-i5cid
-ic5ina
-i2cip
-ic3ipa
-i4cly
-i2c5oc
-4i1cr
-5icra
-i4cry
-ic4te
-ictu2
-ic4t3ua
-ic3ula
-ic4um
-ic5uo
-i3cur
-2id
-i4dai
-id5anc
-id5d
-ide3al
-ide4s
-i2di
-id5ian
-idi4ar
-i5die
-id3io
-idi5ou
-id1it
-id5iu
-i3dle
-i4dom
-id3ow
-i4dr
-i2du
-id5uo
-2ie4
-ied4e
-5ie5ga
-ield3
-ien5a4
-ien4e
-i5enn
-i3enti
-i1er.
-i3esc
-i1est
-i3et
-4if.
-if5ero
-iff5en
-if4fr
-4ific.
-i3fie
-i3fl
-4ift
-2ig
-iga5b
-ig3era
-ight3i
-4igi
-i3gib
-ig3il
-ig3in
-ig3it
-i4g4l
-i2go
-ig3or
-ig5ot
-i5gre
-igu5i
-ig1ur
-i3h
-4i5i4
-i3j
-4ik
-i1la
-il3a4b
-i4lade
-i2l5am
-ila5ra
-i3leg
-il1er
-ilev4
-il5f
-il1i
-il3ia
-il2ib
-il3io
-il4ist
-2ilit
-il2iz
-ill5ab
-4iln
-il3oq
-il4ty
-il5ur
-il3v
-i4mag
-im3age
-ima5ry
-imenta5r
-4imet
-im1i
-im5ida
-imi5le
-i5mini
-4imit
-im4ni
-i3mon
-i2mu
-im3ula
-2in.
-i4n3au
-4inav
-incel4
-in3cer
-4ind
-in5dling
-2ine
-i3nee
-iner4ar
-i5ness
-4inga
-4inge
-in5gen
-4ingi
-in5gling
-4ingo
-4ingu
-2ini
-i5ni.
-i4nia
-in3io
-in1is
-i5nite.
-5initio
-in3ity
-4ink
-4inl
-2inn
-2i1no
-i4no4c
-ino4s
-i4not
-2ins
-in3se
-insur5a
-2int.
-2in4th
-in1u
-i5nus
-4iny
-2io
-4io.
-ioge4
-io2gr
-i1ol
-io4m
-ion3at
-ion4ery
-ion3i
-io5ph
-ior3i
-i4os
-io5th
-i5oti
-io4to
-i4our
-2ip
-ipe4
-iphras4
-ip3i
-ip4ic
-ip4re4
-ip3ul
-i3qua
-iq5uef
-iq3uid
-iq3ui3t
-4ir
-i1ra
-ira4b
-i4rac
-ird5e
-ire4de
-i4ref
-i4rel4
-i4res
-ir5gi
-ir1i
-iri5de
-ir4is
-iri3tu
-5i5r2iz
-ir4min
-iro4g
-5iron.
-ir5ul
-2is.
-is5ag
-is3ar
-isas5
-2is1c
-is3ch
-4ise
-is3er
-3isf
-is5han
-is3hon
-ish5op
-is3ib
-isi4d
-i5sis
-is5itiv
-4is4k
-islan4
-4isms
-i2so
-iso5mer
-is1p
-is2pi
-is4py
-4is1s
-is4sal
-issen4
-is4ses
-is4ta.
-is1te
-is1ti
-ist4ly
-4istral
-i2su
-is5us
-4ita.
-ita4bi
-i4tag
-4ita5m
-i3tan
-i3tat
-2ite
-it3era
-i5teri
-it4es
-2ith
-i1ti
-4itia
-4i2tic
-it3ica
-5i5tick
-it3ig
-it5ill
-i2tim
-2itio
-4itis
-i4tism
-i2t5o5m
-4iton
-i4tram
-it5ry
-4itt
-it3uat
-i5tud
-it3ul
-4itz.
-i1u
-2iv
-iv3ell
-iv3en.
-i4v3er.
-i4vers.
-iv5il.
-iv5io
-iv1it
-i5vore
-iv3o3ro
-i4v3ot
-4i5w
-ix4o
-4iy
-4izar
-izi4
-5izont
-5ja
-jac4q
-ja4p
-1je
-jer5s
-4jestie
-4jesty
-jew3
-jo4p
-5judg
-3ka.
-k3ab
-k5ag
-kais4
-kal4
-k1b
-k2ed
-1kee
-ke4g
-ke5li
-k3en4d
-k1er
-kes4
-k3est.
-ke4ty
-k3f
-kh4
-k1i
-5ki.
-5k2ic
-k4ill
-kilo5
-k4im
-k4in.
-kin4de
-k5iness
-kin4g
-ki4p
-kis4
-k5ish
-kk4
-k1l
-4kley
-4kly
-k1m
-k5nes
-1k2no
-ko5r
-kosh4
-k3ou
-kro5n
-4k1s2
-k4sc
-ks4l
-k4sy
-k5t
-k1w
-lab3ic
-l4abo
-laci4
-l4ade
-la3dy
-lag4n
-lam3o
-3land
-lan4dl
-lan5et
-lan4te
-lar4g
-lar3i
-las4e
-la5tan
-4lateli
-4lativ
-4lav
-la4v4a
-2l1b
-lbin4
-4l1c2
-lce4
-l3ci
-2ld
-l2de
-ld4ere
-ld4eri
-ldi4
-ld5is
-l3dr
-l4dri
-le2a
-le4bi
-left5
-5leg.
-5legg
-le4mat
-lem5atic
-4len.
-3lenc
-5lene.
-1lent
-le3ph
-le4pr
-lera5b
-ler4e
-3lerg
-3l4eri
-l4ero
-les2
-le5sco
-5lesq
-3less
-5less.
-l3eva
-lev4er.
-lev4era
-lev4ers
-3ley
-4leye
-2lf
-l5fr
-4l1g4
-l5ga
-lgar3
-l4ges
-lgo3
-2l3h
-li4ag
-li2am
-liar5iz
-li4as
-li4ato
-li5bi
-5licio
-li4cor
-4lics
-4lict.
-l4icu
-l3icy
-l3ida
-lid5er
-3lidi
-lif3er
-l4iff
-li4fl
-5ligate
-3ligh
-li4gra
-3lik
-4l4i4l
-lim4bl
-lim3i
-li4mo
-l4im4p
-l4ina
-1l4ine
-lin3ea
-lin3i
-link5er
-li5og
-4l4iq
-lis4p
-l1it
-l2it.
-5litica
-l5i5tics
-liv3er
-l1iz
-4lj
-lka3
-l3kal
-lka4t
-l1l
-l4law
-l2le
-l5lea
-l3lec
-l3leg
-l3lel
-l3le4n
-l3le4t
-ll2i
-l2lin4
-l5lina
-ll4o
-lloqui5
-ll5out
-l5low
-2lm
-l5met
-lm3ing
-l4mod
-lmon4
-2l1n2
-3lo.
-lob5al
-lo4ci
-4lof
-3logic
-l5ogo
-3logu
-lom3er
-5long
-lon4i
-l3o3niz
-lood5
-5lope.
-lop3i
-l3opm
-lora4
-lo4rato
-lo5rie
-lor5ou
-5los.
-los5et
-5losophiz
-5losophy
-los4t
-lo4ta
-loun5d
-2lout
-4lov
-2lp
-lpa5b
-l3pha
-l5phi
-lp5ing
-l3pit
-l4pl
-l5pr
-4l1r
-2l1s2
-l4sc
-l2se
-l4sie
-4lt
-lt5ag
-ltane5
-l1te
-lten4
-ltera4
-lth3i
-l5ties.
-ltis4
-l1tr
-ltu2
-ltur3a
-lu5a
-lu3br
-luch4
-lu3ci
-lu3en
-luf4
-lu5id
-lu4ma
-5lumi
-l5umn.
-5lumnia
-lu3o
-luo3r
-4lup
-luss4
-lus3te
-1lut
-l5ven
-l5vet4
-2l1w
-1ly
-4lya
-4lyb
-ly5me
-ly3no
-2lys4
-l5yse
-1ma
-2mab
-ma2ca
-ma5chine
-ma4cl
-mag5in
-5magn
-2mah
-maid5
-4mald
-ma3lig
-ma5lin
-mal4li
-mal4ty
-5mania
-man5is
-man3iz
-4map
-ma5rine.
-ma5riz
-mar4ly
-mar3v
-ma5sce
-mas4e
-mas1t
-5mate
-math3
-ma3tis
-4matiza
-4m1b
-mba4t5
-m5bil
-m4b3ing
-mbi4v
-4m5c
-4me.
-2med
-4med.
-5media
-me3die
-m5e5dy
-me2g
-mel5on
-mel4t
-me2m
-mem1o3
-1men
-men4a
-men5ac
-men4de
-4mene
-men4i
-mens4
-mensu5
-3ment
-men4te
-me5on
-m5ersa
-2mes
-3mesti
-me4ta
-met3al
-me1te
-me5thi
-m4etr
-5metric
-me5trie
-me3try
-me4v
-4m1f
-2mh
-5mi.
-mi3a
-mid4a
-mid4g
-mig4
-3milia
-m5i5lie
-m4ill
-min4a
-3mind
-m5inee
-m4ingl
-min5gli
-m5ingly
-min4t
-m4inu
-miot4
-m2is
-mis4er.
-mis5l
-mis4ti
-m5istry
-4mith
-m2iz
-4mk
-4m1l
-m1m
-mma5ry
-4m1n
-mn4a
-m4nin
-mn4o
-1mo
-4mocr
-5mocratiz
-mo2d1
-mo4go
-mois2
-moi5se
-4mok
-mo5lest
-mo3me
-mon5et
-mon5ge
-moni3a
-mon4ism
-mon4ist
-mo3niz
-monol4
-mo3ny.
-mo2r
-4mora.
-mos2
-mo5sey
-mo3sp
-moth3
-m5ouf
-3mous
-mo2v
-4m1p
-mpara5
-mpa5rab
-mpar5i
-m3pet
-mphas4
-m2pi
-mpi4a
-mp5ies
-m4p1in
-m5pir
-mp5is
-mpo3ri
-mpos5ite
-m4pous
-mpov5
-mp4tr
-m2py
-4m3r
-4m1s2
-m4sh
-m5si
-4mt
-1mu
-mula5r4
-5mult
-multi3
-3mum
-mun2
-4mup
-mu4u
-4mw
-1na
-2n1a2b
-n4abu
-4nac.
-na4ca
-n5act
-nag5er.
-nak4
-na4li
-na5lia
-4nalt
-na5mit
-n2an
-nanci4
-nan4it
-nank4
-nar3c
-4nare
-nar3i
-nar4l
-n5arm
-n4as
-nas4c
-nas5ti
-n2at
-na3tal
-nato5miz
-n2au
-nau3se
-3naut
-nav4e
-4n1b4
-ncar5
-n4ces.
-n3cha
-n5cheo
-n5chil
-n3chis
-nc1in
-nc4it
-ncour5a
-n1cr
-n1cu
-n4dai
-n5dan
-n1de
-nd5est.
-ndi4b
-n5d2if
-n1dit
-n3diz
-n5duc
-ndu4r
-nd2we
-2ne.
-n3ear
-ne2b
-neb3u
-ne2c
-5neck
-2ned
-ne4gat
-neg5ativ
-5nege
-ne4la
-nel5iz
-ne5mi
-ne4mo
-1nen
-4nene
-3neo
-ne4po
-ne2q
-n1er
-nera5b
-n4erar
-n2ere
-n4er5i
-ner4r
-1nes
-2nes.
-4nesp
-2nest
-4nesw
-3netic
-ne4v
-n5eve
-ne4w
-n3f
-n4gab
-n3gel
-nge4n4e
-n5gere
-n3geri
-ng5ha
-n3gib
-ng1in
-n5git
-n4gla
-ngov4
-ng5sh
-n1gu
-n4gum
-n2gy
-4n1h4
-nha4
-nhab3
-nhe4
-3n4ia
-ni3an
-ni4ap
-ni3ba
-ni4bl
-ni4d
-ni5di
-ni4er
-ni2fi
-ni5ficat
-n5igr
-nik4
-n1im
-ni3miz
-n1in
-5nine.
-nin4g
-ni4o
-5nis.
-nis4ta
-n2it
-n4ith
-3nitio
-n3itor
-ni3tr
-n1j
-4nk2
-n5kero
-n3ket
-nk3in
-n1kl
-4n1l
-n5m
-nme4
-nmet4
-4n1n2
-nne4
-nni3al
-nni4v
-nob4l
-no3ble
-n5ocl
-4n3o2d
-3noe
-4nog
-noge4
-nois5i
-no5l4i
-5nologis
-3nomic
-n5o5miz
-no4mo
-no3my
-no4n
-non4ag
-non5i
-n5oniz
-4nop
-5nop5o5li
-nor5ab
-no4rary
-4nosc
-nos4e
-nos5t
-no5ta
-1nou
-3noun
-nov3el3
-nowl3
-n1p4
-npi4
-npre4c
-n1q
-n1r
-nru4
-2n1s2
-ns5ab
-nsati4
-ns4c
-n2se
-n4s3es
-nsid1
-nsig4
-n2sl
-ns3m
-n4soc
-ns4pe
-n5spi
-nsta5bl
-n1t
-nta4b
-nter3s
-nt2i
-n5tib
-nti4er
-nti2f
-n3tine
-n4t3ing
-nti4p
-ntrol5li
-nt4s
-ntu3me
-nu1a
-nu4d
-nu5en
-nuf4fe
-n3uin
-3nu3it
-n4um
-nu1me
-n5umi
-3nu4n
-n3uo
-nu3tr
-n1v2
-n1w4
-nym4
-nyp4
-4nz
-n3za
-4oa
-oad3
-o5a5les
-oard3
-oas4e
-oast5e
-oat5i
-ob3a3b
-o5bar
-obe4l
-o1bi
-o2bin
-ob5ing
-o3br
-ob3ul
-o1ce
-och4
-o3chet
-ocif3
-o4cil
-o4clam
-o4cod
-oc3rac
-oc5ratiz
-ocre3
-5ocrit
-octor5a
-oc3ula
-o5cure
-od5ded
-od3ic
-odi3o
-o2do4
-odor3
-od5uct.
-od5ucts
-o4el
-o5eng
-o3er
-oe4ta
-o3ev
-o2fi
-of5ite
-ofit4t
-o2g5a5r
-og5ativ
-o4gato
-o1ge
-o5gene
-o5geo
-o4ger
-o3gie
-1o1gis
-og3it
-o4gl
-o5g2ly
-3ogniz
-o4gro
-ogu5i
-1ogy
-2ogyn
-o1h2
-ohab5
-oi2
-oic3es
-oi3der
-oiff4
-oig4
-oi5let
-o3ing
-oint5er
-o5ism
-oi5son
-oist5en
-oi3ter
-o5j
-2ok
-o3ken
-ok5ie
-o1la
-o4lan
-olass4
-ol2d
-old1e
-ol3er
-o3lesc
-o3let
-ol4fi
-ol2i
-o3lia
-o3lice
-ol5id.
-o3li4f
-o5lil
-ol3ing
-o5lio
-o5lis.
-ol3ish
-o5lite
-o5litio
-o5liv
-olli4e
-ol5ogiz
-olo4r
-ol5pl
-ol2t
-ol3ub
-ol3ume
-ol3un
-o5lus
-ol2v
-o2ly
-om5ah
-oma5l
-om5atiz
-om2be
-om4bl
-o2me
-om3ena
-om5erse
-o4met
-om5etry
-o3mia
-om3ic.
-om3ica
-o5mid
-om1in
-o5mini
-5ommend
-omo4ge
-o4mon
-om3pi
-ompro5
-o2n
-on1a
-on4ac
-o3nan
-on1c
-3oncil
-2ond
-on5do
-o3nen
-on5est
-on4gu
-on1ic
-o3nio
-on1is
-o5niu
-on3key
-on4odi
-on3omy
-on3s
-onspi4
-onspir5a
-onsu4
-onten4
-on3t4i
-ontif5
-on5um
-onva5
-oo2
-ood5e
-ood5i
-oo4k
-oop3i
-o3ord
-oost5
-o2pa
-ope5d
-op1er
-3opera
-4operag
-2oph
-o5phan
-o5pher
-op3ing
-o3pit
-o5pon
-o4posi
-o1pr
-op1u
-opy5
-o1q
-o1ra
-o5ra.
-o4r3ag
-or5aliz
-or5ange
-ore5a
-o5real
-or3ei
-ore5sh
-or5est.
-orew4
-or4gu
-4o5ria
-or3ica
-o5ril
-or1in
-o1rio
-or3ity
-o3riu
-or2mi
-orn2e
-o5rof
-or3oug
-or5pe
-3orrh
-or4se
-ors5en
-orst4
-or3thi
-or3thy
-or4ty
-o5rum
-o1ry
-os3al
-os2c
-os4ce
-o3scop
-4oscopi
-o5scr
-os4i4e
-os5itiv
-os3ito
-os3ity
-osi4u
-os4l
-o2so
-os4pa
-os4po
-os2ta
-o5stati
-os5til
-os5tit
-o4tan
-otele4g
-ot3er.
-ot5ers
-o4tes
-4oth
-oth5esi
-oth3i4
-ot3ic.
-ot5ica
-o3tice
-o3tif
-o3tis
-oto5s
-ou2
-ou3bl
-ouch5i
-ou5et
-ou4l
-ounc5er
-oun2d
-ou5v
-ov4en
-over4ne
-over3s
-ov4ert
-o3vis
-oviti4
-o5v4ol
-ow3der
-ow3el
-ow5est
-ow1i
-own5i
-o4wo
-oy1a
-1pa
-pa4ca
-pa4ce
-pac4t
-p4ad
-5pagan
-p3agat
-p4ai
-pain4
-p4al
-pan4a
-pan3el
-pan4ty
-pa3ny
-pa1p
-pa4pu
-para5bl
-par5age
-par5di
-3pare
-par5el
-p4a4ri
-par4is
-pa2te
-pa5ter
-5pathic
-pa5thy
-pa4tric
-pav4
-3pay
-4p1b
-pd4
-4pe.
-3pe4a
-pear4l
-pe2c
-2p2ed
-3pede
-3pedi
-pedia4
-ped4ic
-p4ee
-pee4d
-pek4
-pe4la
-peli4e
-pe4nan
-p4enc
-pen4th
-pe5on
-p4era.
-pera5bl
-p4erag
-p4eri
-peri5st
-per4mal
-perme5
-p4ern
-per3o
-per3ti
-pe5ru
-per1v
-pe2t
-pe5ten
-pe5tiz
-4pf
-4pg
-4ph.
-phar5i
-phe3no
-ph4er
-ph4es.
-ph1ic
-5phie
-ph5ing
-5phisti
-3phiz
-ph2l
-3phob
-3phone
-5phoni
-pho4r
-4phs
-ph3t
-5phu
-1phy
-pi3a
-pian4
-pi4cie
-pi4cy
-p4id
-p5ida
-pi3de
-5pidi
-3piec
-pi3en
-pi4grap
-pi3lo
-pi2n
-p4in.
-pind4
-p4ino
-3pi1o
-pion4
-p3ith
-pi5tha
-pi2tu
-2p3k2
-1p2l2
-3plan
-plas5t
-pli3a
-pli5er
-4plig
-pli4n
-ploi4
-plu4m
-plum4b
-4p1m
-2p3n
-po4c
-5pod.
-po5em
-po3et5
-5po4g
-poin2
-5point
-poly5t
-po4ni
-po4p
-1p4or
-po4ry
-1pos
-pos1s
-p4ot
-po4ta
-5poun
-4p1p
-ppa5ra
-p2pe
-p4ped
-p5pel
-p3pen
-p3per
-p3pet
-ppo5site
-pr2
-pray4e
-5preci
-pre5co
-pre3em
-pref5ac
-pre4la
-pre3r
-p3rese
-3press
-pre5ten
-pre3v
-5pri4e
-prin4t3
-pri4s
-pris3o
-p3roca
-prof5it
-pro3l
-pros3e
-pro1t
-2p1s2
-p2se
-ps4h
-p4sib
-2p1t
-pt5a4b
-p2te
-p2th
-pti3m
-ptu4r
-p4tw
-pub3
-pue4
-puf4
-pul3c
-pu4m
-pu2n
-pur4r
-5pus
-pu2t
-5pute
-put3er
-pu3tr
-put4ted
-put4tin
-p3w
-qu2
-qua5v
-2que.
-3quer
-3quet
-2rab
-ra3bi
-rach4e
-r5acl
-raf5fi
-raf4t
-r2ai
-ra4lo
-ram3et
-r2ami
-rane5o
-ran4ge
-r4ani
-ra5no
-rap3er
-3raphy
-rar5c
-rare4
-rar5ef
-4raril
-r2as
-ration4
-rau4t
-ra5vai
-rav3el
-ra5zie
-r1b
-r4bab
-r4bag
-rbi2
-rbi4f
-r2bin
-r5bine
-rb5ing.
-rb4o
-r1c
-r2ce
-rcen4
-r3cha
-rch4er
-r4ci4b
-rc4it
-rcum3
-r4dal
-rd2i
-rdi4a
-rdi4er
-rdin4
-rd3ing
-2re.
-re1al
-re3an
-re5arr
-5reav
-re4aw
-r5ebrat
-rec5oll
-rec5ompe
-re4cre
-2r2ed
-re1de
-re3dis
-red5it
-re4fac
-re2fe
-re5fer.
-re3fi
-re4fy
-reg3is
-re5it
-re1li
-re5lu
-r4en4ta
-ren4te
-re1o
-re5pin
-re4posi
-re1pu
-r1er4
-r4eri
-rero4
-re5ru
-r4es.
-re4spi
-ress5ib
-res2t
-re5stal
-re3str
-re4ter
-re4ti4z
-re3tri
-reu2
-re5uti
-rev2
-re4val
-rev3el
-r5ev5er.
-re5vers
-re5vert
-re5vil
-rev5olu
-re4wh
-r1f
-rfu4
-r4fy
-rg2
-rg3er
-r3get
-r3gic
-rgi4n
-rg3ing
-r5gis
-r5git
-r1gl
-rgo4n
-r3gu
-rh4
-4rh.
-4rhal
-ri3a
-ria4b
-ri4ag
-r4ib
-rib3a
-ric5as
-r4ice
-4rici
-5ricid
-ri4cie
-r4ico
-rid5er
-ri3enc
-ri3ent
-ri1er
-ri5et
-rig5an
-5rigi
-ril3iz
-5riman
-rim5i
-3rimo
-rim4pe
-r2ina
-5rina.
-rin4d
-rin4e
-rin4g
-ri1o
-5riph
-riph5e
-ri2pl
-rip5lic
-r4iq
-r2is
-r4is.
-ris4c
-r3ish
-ris4p
-ri3ta3b
-r5ited.
-rit5er.
-rit5ers
-rit3ic
-ri2tu
-rit5ur
-riv5el
-riv3et
-riv3i
-r3j
-r3ket
-rk4le
-rk4lin
-r1l
-rle4
-r2led
-r4lig
-r4lis
-rl5ish
-r3lo4
-r1m
-rma5c
-r2me
-r3men
-rm5ers
-rm3ing
-r4ming.
-r4mio
-r3mit
-r4my
-r4nar
-r3nel
-r4ner
-r5net
-r3ney
-r5nic
-r1nis4
-r3nit
-r3niv
-rno4
-r4nou
-r3nu
-rob3l
-r2oc
-ro3cr
-ro4e
-ro1fe
-ro5fil
-rok2
-ro5ker
-5role.
-rom5ete
-rom4i
-rom4p
-ron4al
-ron4e
-ro5n4is
-ron4ta
-1room
-5root
-ro3pel
-rop3ic
-ror3i
-ro5ro
-ros5per
-ros4s
-ro4the
-ro4ty
-ro4va
-rov5el
-rox5
-r1p
-r4pea
-r5pent
-rp5er.
-r3pet
-rp4h4
-rp3ing
-r3po
-r1r4
-rre4c
-rre4f
-r4reo
-rre4st
-rri4o
-rri4v
-rron4
-rros4
-rrys4
-4rs2
-r1sa
-rsa5ti
-rs4c
-r2se
-r3sec
-rse4cr
-rs5er.
-rs3es
-rse5v2
-r1sh
-r5sha
-r1si
-r4si4b
-rson3
-r1sp
-r5sw
-rtach4
-r4tag
-r3teb
-rten4d
-rte5o
-r1ti
-rt5ib
-rti4d
-r4tier
-r3tig
-rtil3i
-rtil4l
-r4tily
-r4tist
-r4tiv
-r3tri
-rtroph4
-rt4sh
-ru3a
-ru3e4l
-ru3en
-ru4gl
-ru3in
-rum3pl
-ru2n
-runk5
-run4ty
-r5usc
-ruti5n
-rv4e
-rvel4i
-r3ven
-rv5er.
-r5vest
-r3vey
-r3vic
-rvi4v
-r3vo
-r1w
-ry4c
-5rynge
-ry3t
-sa2
-2s1ab
-5sack
-sac3ri
-s3act
-5sai
-salar4
-sal4m
-sa5lo
-sal4t
-3sanc
-san4de
-s1ap
-sa5ta
-5sa3tio
-sat3u
-sau4
-sa5vor
-5saw
-4s5b
-scan4t5
-sca4p
-scav5
-s4ced
-4scei
-s4ces
-sch2
-s4cho
-3s4cie
-5scin4d
-scle5
-s4cli
-scof4
-4scopy
-scour5a
-s1cu
-4s5d
-4se.
-se4a
-seas4
-sea5w
-se2c3o
-3sect
-4s4ed
-se4d4e
-s5edl
-se2g
-seg3r
-5sei
-se1le
-5self
-5selv
-4seme
-se4mol
-sen5at
-4senc
-sen4d
-s5ened
-sen5g
-s5enin
-4sentd
-4sentl
-sep3a3
-4s1er.
-s4erl
-ser4o
-4servo
-s1e4s
-se5sh
-ses5t
-5se5um
-5sev
-sev3en
-sew4i
-5sex
-4s3f
-2s3g
-s2h
-2sh.
-sh1er
-5shev
-sh1in
-sh3io
-3ship
-shiv5
-sho4
-sh5old
-shon3
-shor4
-short5
-4shw
-si1b
-s5icc
-3side.
-5sides
-5sidi
-si5diz
-4signa
-sil4e
-4sily
-2s1in
-s2ina
-5sine.
-s3ing
-1sio
-5sion
-sion5a
-si2r
-sir5a
-1sis
-3sitio
-5siu
-1siv
-5siz
-sk2
-4ske
-s3ket
-sk5ine
-sk5ing
-s1l2
-s3lat
-s2le
-slith5
-2s1m
-s3ma
-small3
-sman3
-smel4
-s5men
-5smith
-smol5d4
-s1n4
-1so
-so4ce
-soft3
-so4lab
-sol3d2
-so3lic
-5solv
-3som
-3s4on.
-sona4
-son4g
-s4op
-5sophic
-s5ophiz
-s5ophy
-sor5c
-sor5d
-4sov
-so5vi
-2spa
-5spai
-spa4n
-spen4d
-2s5peo
-2sper
-s2phe
-3spher
-spho5
-spil4
-sp5ing
-4spio
-s4ply
-s4pon
-spor4
-4spot
-squal4l
-s1r
-2ss
-s1sa
-ssas3
-s2s5c
-s3sel
-s5seng
-s4ses.
-s5set
-s1si
-s4sie
-ssi4er
-ss5ily
-s4sl
-ss4li
-s4sn
-sspend4
-ss2t
-ssur5a
-ss5w
-2st.
-s2tag
-s2tal
-stam4i
-5stand
-s4ta4p
-5stat.
-s4ted
-stern5i
-s5tero
-ste2w
-stew5a
-s3the
-st2i
-s4ti.
-s5tia
-s1tic
-5stick
-s4tie
-s3tif
-st3ing
-5stir
-s1tle
-5stock
-stom3a
-5stone
-s4top
-3store
-st4r
-s4trad
-5stratu
-s4tray
-s4trid
-4stry
-4st3w
-s2ty
-1su
-su1al
-su4b3
-su2g3
-su5is
-suit3
-s4ul
-su2m
-sum3i
-su2n
-su2r
-4sv
-sw2
-4swo
-s4y
-4syc
-3syl
-syn5o
-sy5rin
-1ta
-3ta.
-2tab
-ta5bles
-5taboliz
-4taci
-ta5do
-4taf4
-tai5lo
-ta2l
-ta5la
-tal5en
-tal3i
-4talk
-tal4lis
-ta5log
-ta5mo
-tan4de
-tanta3
-ta5per
-ta5pl
-tar4a
-4tarc
-4tare
-ta3riz
-tas4e
-ta5sy
-4tatic
-ta4tur
-taun4
-tav4
-2taw
-tax4is
-2t1b
-4tc
-t4ch
-tch5et
-4t1d
-4te.
-tead4i
-4teat
-tece4
-5tect
-2t1ed
-te5di
-1tee
-teg4
-te5ger
-te5gi
-3tel.
-teli4
-5tels
-te2ma2
-tem3at
-3tenan
-3tenc
-3tend
-4tenes
-1tent
-ten4tag
-1teo
-te4p
-te5pe
-ter3c
-5ter3d
-1teri
-ter5ies
-ter3is
-teri5za
-5ternit
-ter5v
-4tes.
-4tess
-t3ess.
-teth5e
-3teu
-3tex
-4tey
-2t1f
-4t1g
-2th.
-than4
-th2e
-4thea
-th3eas
-the5at
-the3is
-3thet
-th5ic.
-th5ica
-4thil
-5think
-4thl
-th5ode
-5thodic
-4thoo
-thor5it
-tho5riz
-2ths
-1tia
-ti4ab
-ti4ato
-2ti2b
-4tick
-t4ico
-t4ic1u
-5tidi
-3tien
-tif2
-ti5fy
-2tig
-5tigu
-till5in
-1tim
-4timp
-tim5ul
-2t1in
-t2ina
-3tine.
-3tini
-1tio
-ti5oc
-tion5ee
-5tiq
-ti3sa
-3tise
-tis4m
-ti5so
-tis4p
-5tistica
-ti3tl
-ti4u
-1tiv
-tiv4a
-1tiz
-ti3za
-ti3zen
-2tl
-t5la
-tlan4
-3tle.
-3tled
-3tles.
-t5let.
-t5lo
-4t1m
-tme4
-2t1n2
-1to
-to3b
-to5crat
-4todo
-2tof
-to2gr
-to5ic
-to2ma
-tom4b
-to3my
-ton4ali
-to3nat
-4tono
-4tony
-to2ra
-to3rie
-tor5iz
-tos2
-5tour
-4tout
-to3war
-4t1p
-1tra
-tra3b
-tra5ch
-traci4
-trac4it
-trac4te
-tras4
-tra5ven
-trav5es5
-tre5f
-tre4m
-trem5i
-5tria
-tri5ces
-5tricia
-4trics
-2trim
-tri4v
-tro5mi
-tron5i
-4trony
-tro5phe
-tro3sp
-tro3v
-tru5i
-trus4
-4t1s2
-t4sc
-tsh4
-t4sw
-4t3t2
-t4tes
-t5to
-ttu4
-1tu
-tu1a
-tu3ar
-tu4bi
-tud2
-4tue
-4tuf4
-5tu3i
-3tum
-tu4nis
-2t3up.
-3ture
-5turi
-tur3is
-tur5o
-tu5ry
-3tus
-4tv
-tw4
-4t1wa
-twis4
-4two
-1ty
-4tya
-2tyl
-type3
-ty5ph
-4tz
-tz4e
-4uab
-uac4
-ua5na
-uan4i
-uar5ant
-uar2d
-uar3i
-uar3t
-u1at
-uav4
-ub4e
-u4bel
-u3ber
-u4bero
-u1b4i
-u4b5ing
-u3ble.
-u3ca
-uci4b
-uc4it
-ucle3
-u3cr
-u3cu
-u4cy
-ud5d
-ud3er
-ud5est
-udev4
-u1dic
-ud3ied
-ud3ies
-ud5is
-u5dit
-u4don
-ud4si
-u4du
-u4ene
-uens4
-uen4te
-uer4il
-3ufa
-u3fl
-ugh3en
-ug5in
-2ui2
-uil5iz
-ui4n
-u1ing
-uir4m
-uita4
-uiv3
-uiv4er.
-u5j
-4uk
-u1la
-ula5b
-u5lati
-ulch4
-5ulche
-ul3der
-ul4e
-u1len
-ul4gi
-ul2i
-u5lia
-ul3ing
-ul5ish
-ul4lar
-ul4li4b
-ul4lis
-4ul3m
-u1l4o
-4uls
-uls5es
-ul1ti
-ultra3
-4ultu
-u3lu
-ul5ul
-ul5v
-um5ab
-um4bi
-um4bly
-u1mi
-u4m3ing
-umor5o
-um2p
-unat4
-u2ne
-un4er
-u1ni
-un4im
-u2nin
-un5ish
-uni3v
-un3s4
-un4sw
-unt3ab
-un4ter.
-un4tes
-unu4
-un5y
-un5z
-u4ors
-u5os
-u1ou
-u1pe
-uper5s
-u5pia
-up3ing
-u3pl
-up3p
-upport5
-upt5ib
-uptu4
-u1ra
-4ura.
-u4rag
-u4ras
-ur4be
-urc4
-ur1d
-ure5at
-ur4fer
-ur4fr
-u3rif
-uri4fic
-ur1in
-u3rio
-u1rit
-ur3iz
-ur2l
-url5ing.
-ur4no
-uros4
-ur4pe
-ur4pi
-urs5er
-ur5tes
-ur3the
-urti4
-ur4tie
-u3ru
-2us
-u5sad
-u5san
-us4ap
-usc2
-us3ci
-use5a
-u5sia
-u3sic
-us4lin
-us1p
-us5sl
-us5tere
-us1tr
-u2su
-usur4
-uta4b
-u3tat
-4ute.
-4utel
-4uten
-uten4i
-4u1t2i
-uti5liz
-u3tine
-ut3ing
-ution5a
-u4tis
-5u5tiz
-u4t1l
-ut5of
-uto5g
-uto5matic
-u5ton
-u4tou
-uts4
-u3u
-uu4m
-u1v2
-uxu3
-uz4e
-1va
-5va.
-2v1a4b
-vac5il
-vac3u
-vag4
-va4ge
-va5lie
-val5o
-val1u
-va5mo
-va5niz
-va5pi
-var5ied
-3vat
-4ve.
-4ved
-veg3
-v3el.
-vel3li
-ve4lo
-v4ely
-ven3om
-v5enue
-v4erd
-5vere.
-v4erel
-v3eren
-ver5enc
-v4eres
-ver3ie
-vermi4n
-3verse
-ver3th
-v4e2s
-4ves.
-ves4te
-ve4te
-vet3er
-ve4ty
-vi5ali
-5vian
-5vide.
-5vided
-4v3iden
-5vides
-5vidi
-v3if
-vi5gn
-vik4
-2vil
-5vilit
-v3i3liz
-v1in
-4vi4na
-v2inc
-vin5d
-4ving
-vio3l
-v3io4r
-vi1ou
-vi4p
-vi5ro
-vis3it
-vi3so
-vi3su
-4viti
-vit3r
-4vity
-3viv
-5vo.
-voi4
-3vok
-vo4la
-v5ole
-5volt
-3volv
-vom5i
-vor5ab
-vori4
-vo4ry
-vo4ta
-4votee
-4vv4
-v4y
-w5abl
-2wac
-wa5ger
-wag5o
-wait5
-w5al.
-wam4
-war4t
-was4t
-wa1te
-wa5ver
-w1b
-wea5rie
-weath3
-wed4n
-weet3
-wee5v
-wel4l
-w1er
-west3
-w3ev
-whi4
-wi2
-wil2
-will5in
-win4de
-win4g
-wir4
-3wise
-with3
-wiz5
-w4k
-wl4es
-wl3in
-w4no
-1wo2
-wom1
-wo5ven
-w5p
-wra4
-wri4
-writa4
-w3sh
-ws4l
-ws4pe
-w5s4t
-4wt
-wy4
-x1a
-xac5e
-x4ago
-xam3
-x4ap
-xas5
-x3c2
-x1e
-xe4cuto
-x2ed
-xer4i
-xe5ro
-x1h
-xhi2
-xhil5
-xhu4
-x3i
-xi5a
-xi5c
-xi5di
-x4ime
-xi5miz
-x3o
-x4ob
-x3p
-xpan4d
-xpecto5
-xpe3d
-x1t2
-x3ti
-x1u
-xu3a
-xx4
-y5ac
-3yar4
-y5at
-y1b
-y1c
-y2ce
-yc5er
-y3ch
-ych4e
-ycom4
-ycot4
-y1d
-y5ee
-y1er
-y4erf
-yes4
-ye4t
-y5gi
-4y3h
-y1i
-y3la
-ylla5bl
-y3lo
-y5lu
-ymbol5
-yme4
-ympa3
-yn3chr
-yn5d
-yn5g
-yn5ic
-5ynx
-y1o4
-yo5d
-y4o5g
-yom4
-yo5net
-y4ons
-y4os
-y4ped
-yper5
-yp3i
-y3po
-y4poc
-yp2ta
-y5pu
-yra5m
-yr5ia
-y3ro
-yr4r
-ys4c
-y3s2e
-ys3ica
-ys3io
-3ysis
-y4so
-yss4
-ys1t
-ys3ta
-ysur4
-y3thin
-yt3ic
-y1w
-za1
-z5a2b
-zar2
-4zb
-2ze
-ze4n
-ze4p
-z1er
-ze3ro
-zet4
-2z1i
-z4il
-z4is
-5zl
-4zm
-1zo
-zo4m
-zo5ol
-zte4
-4z1z2
-z4zy
-% hyphen.tex patterns end here, and additional patterns begin:
-.driv4
-.eth1y6l1
-.eu4ler
-.ev2
-.ga4som
-.ge4ome
-.he3p6a
-.in5u2t
-.kil2ni
-.ko6rte
-.le6ice
-.me4gal
-.met4ala
-.mimi4cr
-.mis4ers
-.ne6o3f
-.non1e2m
-.semi5
-.sem4ic
-.semid6
-.semip4
-.semir4
-.sem6is4
-.semiv4
-.sph6in1
-.to6pog
-.to2q
-.vi4car
-.we2b1l
-.ree4c
-a4cabl
-af6fish
-anal6ys
-anoa4c
-anti3de
-anti3n2
-anti3re
-a4peable
-ar4range
-as5ymptot
-at6tes.
-augh4tl
-av3iou
-ba6r1onie
-bbi4t
-be4vie
-bid4if
-bil4lab
-bio5m
-bi3orb
-bio3rh
-blan4d
-blin4d
-blon4d
-bo4tul
-brus4q
-bus6i2er
-bus6i2es
-buss4in
-but4ed.
-but4ted
-cad5em
-catas4
-4chs.
-chs3hu
-ciga3r
-cin4q
-cle4ar
-co6ph1o3n
-cous4ti
-cri5tie
-cro5e4co
-c2tro3me6c
-cu4ranc
-4d3alone
-data3b
-d2dib
-de4als.
-de2clin
-de5fin5iti
-de4mos
-des3ic
-de4tic
-dic5aid
-dif5fra
-di4ren
-di4rer
-4dlead
-4dli4e
-do5word
-drif4ta
-d3tab
-ea4nies
-e3chas
-edg3l
-eli4tis
-e3loa
-en3dix
-e6pineph
-e4rian.
-espac6i
-ethy6lene
-eu4clid1
-feb3ru
-fermi3o
-3fich
-flag6el
-g6endre.
-geo3d
-ght3we
-g3lead
-4g1lish
-g4nac
-g4nor.
-g4nores
-4go4niza
-griev3
-ha4parr
-hatch3
-hex2a
-hipela4
-ho6r1ic.
-h4teou
-id4ios
-ign4it
-i4jk
-im5peda
-infras4
-i5nitely.
-irre6v3oc
-i5tesima
-ithi4l
-janu3a
-ke6ling
-ki5netic
-k3sha
-la4cie
-lai6ness
-l3chai
-l3chil6d
-lea4sa
-lecta6b
-litho5g
-ll1fl
-l4lish
-lo4ges.
-l3tea
-lthi4ly
-lue1p
-man3u1sc
-mar3gin
-medi4c
-medi5cin
-medio6c
-me5gran
-mi3dab
-mil4lag
-milli5li
-mi6n3is.
-min4ute
-m3mab
-5maphro
-5mocrat
-moe4las
-mole5c
-mon4ey1l
-mono5ch
-mo4no1en
-moro6n5is
-monos6
-moth4et2
-mou5sin
-mshack4
-mu4dro
-mul4ti5u
-nar4chs.
-nch4est
-ne5back
-4neski
-nd3thr
-nfin5ites
-4nian.
-nge5nes
-ng3ho
-ng3spr
-nk3rup
-n5less
-nom1a6l
-nom5eno
-no5mist
-non5eq
-noni4so
-no5vemb
-ns5ceiv
-ns4moo
-ntre3p
-obli2g1
-o3chas
-oerst4
-oke3st
-olon4om
-o3mecha6
-o5norma
-ono4ton
-o3nou
-op3ism.
-or4tho3ni4t
-orth5ri
-o4spher
-o6v3ian.
-oxi6d2ic
-pal6mat
-parag6ra4
-par4ale
-param4
-para5me
-pee4v1
-phi2l3an
-phi5latel
-pi4cad
-pli4cab
-pli5nar
-1pole.
-poly1e
-prema5c
-pre5neu
-pres4pli
-pro4cess
-proc5ity.
-pro4ge
-3pseu4d
-pseud6od2
-pseud6of2
-ptomat4
-p5trol
-pubes5c
-quain4te
-qu6a3si3
-quasir6
-quasis6
-quiv4ar
-r5abolic
-ra3chu
-r3a3dig
-radi1o6g
-r4amen
-ra4me3triz
-ra3mou
-ran4has
-ra3or
-r3binge
-re4cipr
-rec4ogn
-rec5t6ang
-re2f1orma
-re4tribu
-r3ial.
-riv3ol
-rk3ho
-6rks.
-ro3bot3
-roe4las
-r3thou
-r3treu
-r3veil
-rz3sc
-sales5c
-sales5w
-sca6p1er
-sca4tol
-s4chitz
-sci4utt
-scy4th
-se1mi6t1ic
-sep5temb
-shoe5st
-side5st
-side5sw
-sky3sc
-s4ogamy
-so4lute
-s4pace
-s4pacin
-spe5cio
-spher5o
-spi4cil
-spokes5w
-sports5c
-sports5w
-s5quito
-s4sa3chu
-ss3hat
-s4sian.
-s4tamp
-s4tants
-star5tli
-sta3ti
-st5b
-stor5ab
-strat5ag
-strib5ut
-st5scr
-stupi4d
-styl5is
-su2per1e6
-3sync
-sythi4
-swimm6
-ta3gon.
-talka5
-ta3min
-t6ap6ath
-tar4rh
-tch3c
-tch5ed
-tch5ier
-t1cr
-tele4g
-tele1r6o
-tess4es
-tha4lam
-tho5don
-tho5geni
-thok4er
-thy4lan
-thy3sc
-4tian.
-ti4nom
-tli4er
-tot3ic
-trai5tor
-tra5vers
-treach5e
-tr4ial.
-5tro1leum
-tro5fit
-trop4is
-tropo5les
-tropo5lis
-tropol5it
-tsch5ie
-ttribut5
-turn5ar
-t1wh
-ty4pal
-u2ral.
-v3ativ
-va6guer
-v5ereig
-voice5p
-waste3w6
-waveg4
-w3c
-week3n
-wide5sp
-wo4ken
-wrap5aro
-x1q
-xquis3
-y5ched
-ym5etry
-y3stro
-z2z3w
-% end of additional patterns.
-}
-% DEK's hyphenation exception list, from hyphen.tex; not changed.
-\hyphenation{
-as-so-ciate
-as-so-ciates
-dec-li-na-tion
-oblig-a-tory
-phil-an-thropic
-present
-presents
-project
-projects
-reci-procity
-re-cog-ni-zance
-ref-or-ma-tion
-ret-ri-bu-tion
-ta-ble
-}


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/