#!/bin/sh
#
# This script builds the Source tar files for Amaya
#
#       thot-src-$THOTVERSION.tar.gz
#
# The Libraries distributions for the supported platforms
#
#       thot-libs-$MACH-$THOTVERSION.tar.gz
#
# And the dictionnaries :
#
#       English.tar.gz
# and   French.tar.gz
#
THOTVERSION=2.1e

THOTDIR=/tahiti/diffusion/opera
DEST=/tahiti/thottape

TAR="tar cvbfh 200"
COMPRESS="gzip -9"

cd $THOTDIR
rm -f Thot
ln -s . Thot

$TAR - \
Thot/README \
Thot/README.thot \
Thot/COPYRIGHT \
Thot/COPYRIGHT.html \
Thot/NEWS.LibThot2.0 \
Thot/AboutThot \
Thot/AboutThot.html \
Thot/INSTALL \
Thot/config.guess \
Thot/config.h.in \
Thot/config.sub \
Thot/configure \
Thot/configure.in \
Thot/Makefile.in \
Thot/install-sh \
Thot/stamp-h.in \
Thot/Options.in \
Thot/batch/Makefile.in \
Thot/drawlib/Makefile.in \
Thot/indexlib/Makefile.in \
Thot/libjpeg/Makefile.in \
Thot/libpng/Makefile.in \
Thot/tablelib/Makefile.in \
Thot/thotlib/Makefile.in \
Thot/tools/Makefile.in \
Thot/libpng/zlib/Makefile.in \
Thot/thotlib/include/Makefile.in \
Thot/tools/cextract-1.7/Makefile.in \
Thot/tools/mkdep/Makefile.in \
Thot/doc/Appman.html \
Thot/doc/Appman.toc.html \
Thot/doc/APIman.html \
Thot/doc/APIman.toc.html \
Thot/doc/languages.html \
Thot/dicopar/alphabet \
Thot/dicopar/clavier \
Thot/dicopar/american.ptn \
Thot/dicopar/deutsch.ptn \
Thot/dicopar/english.ptn \
Thot/dicopar/espanol.ptn \
Thot/dicopar/finish.ptn \
Thot/dicopar/francais.ptn \
Thot/dicopar/italiano.ptn \
Thot/dicopar/nederl.ptn \
Thot/dicopar/portug.ptn \
Thot/dicopar/swedish.ptn \
Thot/fonts/Families.list \
Thot/fonts/fonts.dir \
Thot/fonts/icones.pcf \
Thot/fonts/ivgraf.pcf \
Thot/fonts/ivsymb.pcf \
Thot/fonts/icones.ff \
Thot/fonts/ivgraf.ff \
Thot/fonts/ivsymb.ff \
Thot/fonts/icones1.fb \
Thot/fonts/icones11.fb \
Thot/fonts/ivgraf6.fb \
Thot/fonts/ivsymb1.fb \
Thot/fonts/ivsymb6.fb \
Thot/makes/Makefile \
Thot/makes/Makefile.template \
Thot/makes/Imakefile \
Thot/makes/Imake.tmpl \
Thot/makes/Imake.rules \
Thot/makes/makemake \
Thot/makes/CommonMake \
Thot/makes/Make.files \
Thot/makes/Make.depend \
Thot/batch/APP.LAN \
Thot/batch/PRESEN.LAN \
Thot/batch/STRUCT.LAN \
Thot/batch/TRANS.LAN \
Thot/batch/APP.GRM \
Thot/batch/PRESEN.GRM \
Thot/batch/STRUCT.GRM \
Thot/batch/TRANS.GRM \
Thot/batch/MachineType \
Thot/batch/app.c \
Thot/batch/grammar.c \
Thot/batch/parser.c \
Thot/batch/printstr.c \
Thot/batch/prs.c \
Thot/batch/str.c \
Thot/batch/tra.c \
Thot/batch/writeapp.c \
Thot/batch/writeprs.c \
Thot/batch/writestr.c \
Thot/batch/writetra.c \
Thot/batch/f/app_f.h \
Thot/batch/f/grammar_f.h \
Thot/batch/f/parser_f.h \
Thot/batch/f/prs_f.h \
Thot/batch/f/str_f.h \
Thot/batch/f/tra_f.h \
Thot/batch/f/writeapp_f.h \
Thot/batch/f/writeprs_f.h \
Thot/batch/f/writestr_f.h \
Thot/batch/f/writetra_f.h \
Thot/misc/tools/rescandialogue.c \
Thot/config/XKeysymDB \
Thot/config/en-anndialogue \
Thot/config/en-annotdialogue \
Thot/config/en-appdialogue \
Thot/config/en-compdialogue \
Thot/config/en-compildialogue \
Thot/config/en-corrdialogue \
Thot/config/en-drawdialogue \
Thot/config/en-grmdialogue \
Thot/config/en-inddialogue \
Thot/config/en-itfdialogue \
Thot/config/en-libdialogue \
Thot/config/en-mediadialogue \
Thot/config/en-printdialogue \
Thot/config/en-prsdialogue \
Thot/config/en-sortdialogue \
Thot/config/en-strdialogue \
Thot/config/en-tcldialogue \
Thot/config/en-thotdialogue \
Thot/config/en-thotmessage \
Thot/config/en-thotversion \
Thot/config/en-tradialogue \
Thot/config/en-transdialogue \
Thot/config/fr-anndialogue \
Thot/config/fr-annotdialogue \
Thot/config/fr-appdialogue \
Thot/config/fr-compdialogue \
Thot/config/fr-compildialogue \
Thot/config/fr-corrdialogue \
Thot/config/fr-drawdialogue \
Thot/config/fr-grmdialogue \
Thot/config/fr-inddialogue \
Thot/config/fr-itfdialogue \
Thot/config/fr-libdialogue \
Thot/config/fr-mediadialogue \
Thot/config/fr-printdialogue \
Thot/config/fr-prsdialogue \
Thot/config/fr-resdyndialogue \
Thot/config/fr-sortdialogue \
Thot/config/fr-strdialogue \
Thot/config/fr-tcldialogue \
Thot/config/fr-thotdialogue \
Thot/config/fr-thotmessage \
Thot/config/fr-thotversion \
Thot/config/fr-tradialogue \
Thot/config/fr-transdialogue \
Thot/config/thot.color \
Thot/config/thot.ini \
Thot/config/thot.pattern \
Thot/libjpeg/Makefile \
Thot/libjpeg/README \
Thot/libjpeg/ansi2knr.1 \
Thot/libjpeg/ansi2knr.c \
Thot/libjpeg/cderror.h \
Thot/libjpeg/cdjpeg.c \
Thot/libjpeg/cdjpeg.h \
Thot/libjpeg/change.log \
Thot/libjpeg/cjpeg.1 \
Thot/libjpeg/cjpeg.c \
Thot/libjpeg/ckconfig.c \
Thot/libjpeg/coderules.doc \
Thot/libjpeg/configure \
Thot/libjpeg/djpeg.1 \
Thot/libjpeg/djpeg.c \
Thot/libjpeg/example.c \
Thot/libjpeg/filelist.doc \
Thot/libjpeg/install.doc \
Thot/libjpeg/jcapimin.c \
Thot/libjpeg/jcapistd.c \
Thot/libjpeg/jccoefct.c \
Thot/libjpeg/jccolor.c \
Thot/libjpeg/jcdctmgr.c \
Thot/libjpeg/jchuff.c \
Thot/libjpeg/jchuff.h \
Thot/libjpeg/jcinit.c \
Thot/libjpeg/jcmainct.c \
Thot/libjpeg/jcmarker.c \
Thot/libjpeg/jcmaster.c \
Thot/libjpeg/jcomapi.c \
Thot/libjpeg/jconfig.bcc \
Thot/libjpeg/jconfig.cfg \
Thot/libjpeg/jconfig.dj \
Thot/libjpeg/jconfig.doc \
Thot/libjpeg/jconfig.h \
Thot/libjpeg/jconfig.manx \
Thot/libjpeg/jconfig.mc6 \
Thot/libjpeg/jconfig.sas \
Thot/libjpeg/jconfig.st \
Thot/libjpeg/jconfig.vms \
Thot/libjpeg/jconfig.wat \
Thot/libjpeg/jcparam.c \
Thot/libjpeg/jcphuff.c \
Thot/libjpeg/jcprepct.c \
Thot/libjpeg/jcsample.c \
Thot/libjpeg/jctrans.c \
Thot/libjpeg/jdapimin.c \
Thot/libjpeg/jdapistd.c \
Thot/libjpeg/jdatadst.c \
Thot/libjpeg/jdatasrc.c \
Thot/libjpeg/jdcoefct.c \
Thot/libjpeg/jdcolor.c \
Thot/libjpeg/jdct.h \
Thot/libjpeg/jddctmgr.c \
Thot/libjpeg/jdhuff.c \
Thot/libjpeg/jdhuff.h \
Thot/libjpeg/jdinput.c \
Thot/libjpeg/jdmainct.c \
Thot/libjpeg/jdmarker.c \
Thot/libjpeg/jdmaster.c \
Thot/libjpeg/jdmerge.c \
Thot/libjpeg/jdphuff.c \
Thot/libjpeg/jdpostct.c \
Thot/libjpeg/jdsample.c \
Thot/libjpeg/jdtrans.c \
Thot/libjpeg/jerror.c \
Thot/libjpeg/jerror.h \
Thot/libjpeg/jfdctflt.c \
Thot/libjpeg/jfdctfst.c \
Thot/libjpeg/jfdctint.c \
Thot/libjpeg/jidctflt.c \
Thot/libjpeg/jidctfst.c \
Thot/libjpeg/jidctint.c \
Thot/libjpeg/jidctred.c \
Thot/libjpeg/jinclude.h \
Thot/libjpeg/jmemansi.c \
Thot/libjpeg/jmemdos.c \
Thot/libjpeg/jmemdosa.asm \
Thot/libjpeg/jmemmgr.c \
Thot/libjpeg/jmemname.c \
Thot/libjpeg/jmemnobs.c \
Thot/libjpeg/jmemsys.h \
Thot/libjpeg/jmorecfg.h \
Thot/libjpeg/jpegint.h \
Thot/libjpeg/jpeglib.h \
Thot/libjpeg/jpegtran.1 \
Thot/libjpeg/jpegtran.c \
Thot/libjpeg/jquant1.c \
Thot/libjpeg/jquant2.c \
Thot/libjpeg/jutils.c \
Thot/libjpeg/jversion.h \
Thot/libjpeg/libjpeg.doc \
Thot/libjpeg/makcjpeg.st \
Thot/libjpeg/makdjpeg.st \
Thot/libjpeg/makefile.ansi \
Thot/libjpeg/makefile.bcc \
Thot/libjpeg/makefile.cfg \
Thot/libjpeg/makefile.dj \
Thot/libjpeg/makefile.manx \
Thot/libjpeg/makefile.mc6 \
Thot/libjpeg/makefile.mms \
Thot/libjpeg/makefile.sas \
Thot/libjpeg/makefile.unix \
Thot/libjpeg/makefile.vms \
Thot/libjpeg/makefile.wat \
Thot/libjpeg/makljpeg.st \
Thot/libjpeg/maktjpeg.st \
Thot/libjpeg/makvms.opt \
Thot/libjpeg/rdbmp.c \
Thot/libjpeg/rdcolmap.c \
Thot/libjpeg/rdgif.c \
Thot/libjpeg/rdjpgcom.1 \
Thot/libjpeg/rdjpgcom.c \
Thot/libjpeg/rdppm.c \
Thot/libjpeg/rdrle.c \
Thot/libjpeg/rdswitch.c \
Thot/libjpeg/rdtarga.c \
Thot/libjpeg/structure.doc \
Thot/libjpeg/testimg.gif \
Thot/libjpeg/testimg.jpg \
Thot/libjpeg/testimg.ppm \
Thot/libjpeg/testimgp.jpg \
Thot/libjpeg/testorig.jpg \
Thot/libjpeg/testprog.jpg \
Thot/libjpeg/usage.doc \
Thot/libjpeg/wizard.doc \
Thot/libjpeg/wrbmp.c \
Thot/libjpeg/wrgif.c \
Thot/libjpeg/wrjpgcom.1 \
Thot/libjpeg/wrjpgcom.c \
Thot/libjpeg/wrppm.c \
Thot/libjpeg/wrrle.c \
Thot/libjpeg/wrtarga.c \
Thot/libpng/Makefile \
Thot/libpng/ansi2knr.c \
Thot/libpng/build.bat \
Thot/libpng/descrip.mms \
Thot/libpng/example.c \
Thot/libpng/libpng.txt \
Thot/libpng/makefile.ama \
Thot/libpng/makefile.atr \
Thot/libpng/makefile.bor \
Thot/libpng/makefile.elf \
Thot/libpng/makefile.gcc \
Thot/libpng/makefile.knr \
Thot/libpng/makefile.mip \
Thot/libpng/makefile.msc \
Thot/libpng/makefile.std \
Thot/libpng/makefile.tc \
Thot/libpng/makevms.com \
Thot/libpng/png.c \
Thot/libpng/png.h \
Thot/libpng/pngchang.txt \
Thot/libpng/pngconf.h \
Thot/libpng/pngerror.c \
Thot/libpng/pngio.c \
Thot/libpng/pngmem.c \
Thot/libpng/pngpread.c \
Thot/libpng/pngrcb.c \
Thot/libpng/pngread.c \
Thot/libpng/pngrtran.c \
Thot/libpng/pngrutil.c \
Thot/libpng/pngtest.c \
Thot/libpng/pngtest.png \
Thot/libpng/pngtodo.txt \
Thot/libpng/pngtrans.c \
Thot/libpng/pngwrite.c \
Thot/libpng/pngwtran.c \
Thot/libpng/pngwutil.c \
Thot/libpng/readme.txt \
Thot/libpng/zlib/ChangeLog \
Thot/libpng/zlib/Make_vms.com \
Thot/libpng/zlib/Makefile \
Thot/libpng/zlib/Makefile.bor \
Thot/libpng/zlib/Makefile.msc \
Thot/libpng/zlib/Makefile.qnx \
Thot/libpng/zlib/Makefile.tc \
Thot/libpng/zlib/README \
Thot/libpng/zlib/adler32.c \
Thot/libpng/zlib/compress.c \
Thot/libpng/zlib/crc32.c \
Thot/libpng/zlib/deflate.c \
Thot/libpng/zlib/deflate.h \
Thot/libpng/zlib/descrip.mms \
Thot/libpng/zlib/example.c \
Thot/libpng/zlib/gzio.c \
Thot/libpng/zlib/infblock.c \
Thot/libpng/zlib/infblock.h \
Thot/libpng/zlib/infcodes.c \
Thot/libpng/zlib/infcodes.h \
Thot/libpng/zlib/inffast.c \
Thot/libpng/zlib/inffast.h \
Thot/libpng/zlib/inflate.c \
Thot/libpng/zlib/inftrees.c \
Thot/libpng/zlib/inftrees.h \
Thot/libpng/zlib/infutil.c \
Thot/libpng/zlib/infutil.h \
Thot/libpng/zlib/minigzip.c \
Thot/libpng/zlib/trees.c \
Thot/libpng/zlib/uncompr.c \
Thot/libpng/zlib/zconf.h \
Thot/libpng/zlib/zlib.h \
Thot/libpng/zlib/zutil.c \
Thot/libpng/zlib/zutil.h \
Thot/pluginlib/*.h \
Thot/pluginlib/pluginapi.c \
Thot/pluginlib/editplugin.c \
Thot/pluginlib/pluginbrowse.c \
Thot/pluginlib/pluginhandler.c \
Thot/pluginlib/f/editplugin_f.h \
Thot/pluginlib/f/pluginapi_f.h \
Thot/pluginlib/f/pluginbrowse_f.h \
Thot/pluginlib/f/pluginhandler_f.h \
Thot/tablelib/table.c \
Thot/tablelib/table2.c \
Thot/tablelib/f/table_f.h \
Thot/tablelib/f/table2_f.h \
Thot/thotlib/base/actions.c \
Thot/thotlib/base/alloca.c \
Thot/thotlib/base/batchmessage.c \
Thot/thotlib/base/compilmsg.c \
Thot/thotlib/base/config.c \
Thot/thotlib/base/fileaccess.c \
Thot/thotlib/base/memory.c \
Thot/thotlib/base/message.c \
Thot/thotlib/base/platform.c \
Thot/thotlib/base/registry.c \
Thot/thotlib/base/structlist.c \
Thot/thotlib/base/thotmsg.c \
Thot/thotlib/base/units.c \
Thot/thotlib/content/content.c \
Thot/thotlib/content/contentapi.c \
Thot/thotlib/content/dictionary.c \
Thot/thotlib/content/regularexp.c \
Thot/thotlib/content/search.c \
Thot/thotlib/content/searchref.c \
Thot/thotlib/content/word.c \
Thot/thotlib/dialogue/LiteClue.c \
Thot/thotlib/dialogue/appdialogue.c \
Thot/thotlib/dialogue/appli.c \
Thot/thotlib/dialogue/attrmenu.c \
Thot/thotlib/dialogue/browser.c \
Thot/thotlib/dialogue/callback.c \
Thot/thotlib/dialogue/callbackinit.c \
Thot/thotlib/dialogue/closedoc.c \
Thot/thotlib/dialogue/colors.c \
Thot/thotlib/dialogue/context.c \
Thot/thotlib/dialogue/createdoc.c \
Thot/thotlib/dialogue/creationmenu.c \
Thot/thotlib/dialogue/dialogapi.c \
Thot/thotlib/dialogue/extprintmenu.c \
Thot/thotlib/dialogue/font.c \
Thot/thotlib/dialogue/geom.c \
Thot/thotlib/dialogue/input.c \
Thot/thotlib/dialogue/interface.c \
Thot/thotlib/dialogue/keyboards.c \
Thot/thotlib/dialogue/lookup.c \
Thot/thotlib/dialogue/modiftype.c \
Thot/thotlib/dialogue/nodisplay.c \
Thot/thotlib/dialogue/nodialog.c \
Thot/thotlib/dialogue/opendoc.c \
Thot/thotlib/dialogue/openview.c \
Thot/thotlib/dialogue/picturemenu.c \
Thot/thotlib/dialogue/presentmenu.c \
Thot/thotlib/dialogue/printmenu.c \
Thot/thotlib/dialogue/quit.c \
Thot/thotlib/dialogue/savedoc.c \
Thot/thotlib/dialogue/searchmenu.c \
Thot/thotlib/dialogue/searchmenustr.c \
Thot/thotlib/dialogue/selectmenu.c \
Thot/thotlib/dialogue/visibility.c \
Thot/thotlib/dialogue/zoom.c \
Thot/thotlib/document/docs.c \
Thot/thotlib/document/documentapi.c \
Thot/thotlib/document/externalref.c \
Thot/thotlib/document/language.c \
Thot/thotlib/document/pivot.c \
Thot/thotlib/document/readpivot.c \
Thot/thotlib/document/readprs.c \
Thot/thotlib/document/readstr.c \
Thot/thotlib/document/readtra.c \
Thot/thotlib/document/schemas.c \
Thot/thotlib/document/schemastr.c \
Thot/thotlib/document/schtrad.c \
Thot/thotlib/document/translation.c \
Thot/thotlib/document/views.c \
Thot/thotlib/document/writepivot.c \
Thot/thotlib/editing/applicationapi.c \
Thot/thotlib/editing/checkermenu.c \
Thot/thotlib/editing/editcommands.c \
Thot/thotlib/editing/print.c \
Thot/thotlib/editing/scroll.c \
Thot/thotlib/editing/selectionapi.c \
Thot/thotlib/editing/spellchecker.c \
Thot/thotlib/editing/structchange.c \
Thot/thotlib/editing/structcommands.c \
Thot/thotlib/editing/structcreation.c \
Thot/thotlib/editing/structmodif.c \
Thot/thotlib/editing/structselect.c \
Thot/thotlib/editing/textcommands.c \
Thot/thotlib/editing/unstructchange.c \
Thot/thotlib/editing/viewcommands.c \
Thot/thotlib/image/abspictures.c \
Thot/thotlib/image/epshandler.c \
Thot/thotlib/image/gifhandler.c \
Thot/thotlib/image/jpeghandler.c \
Thot/thotlib/image/picture.c \
Thot/thotlib/image/pictureapi.c \
Thot/thotlib/image/picturebase.c \
Thot/thotlib/image/pnghandler.c \
Thot/thotlib/image/xbmhandler.c \
Thot/thotlib/image/xpmcrbuffri.c \
Thot/thotlib/image/xpmcrbuffrp.c \
Thot/thotlib/image/xpmcrdatafri.c \
Thot/thotlib/image/xpmcrdatafrp.c \
Thot/thotlib/image/xpmcreate.c \
Thot/thotlib/image/xpmcrifrbuf.c \
Thot/thotlib/image/xpmcrifrdata.c \
Thot/thotlib/image/xpmcrpfrbuf.c \
Thot/thotlib/image/xpmcrpfrdata.c \
Thot/thotlib/image/xpmdata.c \
Thot/thotlib/image/xpmhandler.c \
Thot/thotlib/image/xpmhashtable.c \
Thot/thotlib/image/xpmmisc.c \
Thot/thotlib/image/xpmparse.c \
Thot/thotlib/image/xpmrdftodata.c \
Thot/thotlib/image/xpmrdftoi.c \
Thot/thotlib/image/xpmrdftop.c \
Thot/thotlib/image/xpmrgb.c \
Thot/thotlib/include/app.h \
Thot/thotlib/include/appaction.h \
Thot/thotlib/include/application.h \
Thot/thotlib/include/attribute.h \
Thot/thotlib/include/browser.h \
Thot/thotlib/include/content.h \
Thot/thotlib/include/dialog.h \
Thot/thotlib/include/document.h \
Thot/thotlib/include/fileaccess.h \
Thot/thotlib/include/genericdriver.h \
Thot/thotlib/include/interface.h \
Thot/thotlib/include/language.h \
Thot/thotlib/include/labelAllocator.h \
Thot/thotlib/include/libmsg.h \
Thot/thotlib/include/message.h \
Thot/thotlib/include/pivot.h \
Thot/thotlib/include/plugin.h \
Thot/thotlib/include/presentation.h \
Thot/thotlib/include/presentdriver.h \
Thot/thotlib/include/print.h \
Thot/thotlib/include/pschema.h \
Thot/thotlib/include/reference.h \
Thot/thotlib/include/registry.h \
Thot/thotlib/include/selection.h \
Thot/thotlib/include/simx.h \
Thot/thotlib/include/specificdriver.h \
Thot/thotlib/include/sysdep.h \
Thot/thotlib/include/thot_gui.h \
Thot/thotlib/include/thot_sys.h \
Thot/thotlib/include/tree.h \
Thot/thotlib/include/typebase.h \
Thot/thotlib/include/view.h \
Thot/thotlib/internals/f/LiteClue_f.h \
Thot/thotlib/internals/f/absboxes_f.h \
Thot/thotlib/internals/f/abspictures_f.h \
Thot/thotlib/internals/f/actions_f.h \
Thot/thotlib/internals/f/alloca_f.h \
Thot/thotlib/internals/f/appdialogue_f.h \
Thot/thotlib/internals/f/appli_f.h \
Thot/thotlib/internals/f/applicationapi_f.h \
Thot/thotlib/internals/f/attributeapi_f.h \
Thot/thotlib/internals/f/attributes_f.h \
Thot/thotlib/internals/f/attrmenu_f.h \
Thot/thotlib/internals/f/attrpresent_f.h \
Thot/thotlib/internals/f/boxlocate_f.h \
Thot/thotlib/internals/f/boxmoves_f.h \
Thot/thotlib/internals/f/boxparams_f.h \
Thot/thotlib/internals/f/boxpositions_f.h \
Thot/thotlib/internals/f/boxrelations_f.h \
Thot/thotlib/internals/f/boxselection_f.h \
Thot/thotlib/internals/f/browser_f.h \
Thot/thotlib/internals/f/buildboxes_f.h \
Thot/thotlib/internals/f/buildlines_f.h \
Thot/thotlib/internals/f/callback_f.h \
Thot/thotlib/internals/f/callbackinit_f.h \
Thot/thotlib/internals/f/changeabsbox_f.h \
Thot/thotlib/internals/f/changepresent_f.h \
Thot/thotlib/internals/f/checkaccess_f.h \
Thot/thotlib/internals/f/checkermenu_f.h \
Thot/thotlib/internals/f/closedoc_f.h \
Thot/thotlib/internals/f/colors_f.h \
Thot/thotlib/internals/f/compilmsg_f.h \
Thot/thotlib/internals/f/config_f.h \
Thot/thotlib/internals/f/content_f.h \
Thot/thotlib/internals/f/contentapi_f.h \
Thot/thotlib/internals/f/context_f.h \
Thot/thotlib/internals/f/createabsbox_f.h \
Thot/thotlib/internals/f/createdoc_f.h \
Thot/thotlib/internals/f/createpages_f.h \
Thot/thotlib/internals/f/creationmenu_f.h \
Thot/thotlib/internals/f/dialogapi_f.h \
Thot/thotlib/internals/f/dictionary_f.h \
Thot/thotlib/internals/f/displaybox_f.h \
Thot/thotlib/internals/f/displayselect_f.h \
Thot/thotlib/internals/f/docs_f.h \
Thot/thotlib/internals/f/documentapi_f.h \
Thot/thotlib/internals/f/draw_f.h \
Thot/thotlib/internals/f/editcommands_f.h \
Thot/thotlib/internals/f/epshandler_f.h \
Thot/thotlib/internals/f/exceptions_f.h \
Thot/thotlib/internals/f/externalref_f.h \
Thot/thotlib/internals/f/fileaccess_f.h \
Thot/thotlib/internals/f/font_f.h \
Thot/thotlib/internals/f/frame_f.h \
Thot/thotlib/internals/f/genericdriver_f.h \
Thot/thotlib/internals/f/geom_f.h \
Thot/thotlib/internals/f/gifhandler_f.h \
Thot/thotlib/internals/f/hyphen_f.h \
Thot/thotlib/internals/f/inites_f.h \
Thot/thotlib/internals/f/initpses_f.h \
Thot/thotlib/internals/f/input_f.h \
Thot/thotlib/internals/f/interface_f.h \
Thot/thotlib/internals/f/jpeghandler_f.h \
Thot/thotlib/internals/f/keyboards_f.h \
Thot/thotlib/internals/f/labelalloc_f.h \
Thot/thotlib/internals/f/language_f.h \
Thot/thotlib/internals/f/loaddocument_f.h \
Thot/thotlib/internals/f/lookup_f.h \
Thot/thotlib/internals/f/memory_f.h \
Thot/thotlib/internals/f/message_f.h \
Thot/thotlib/internals/f/modiftype_f.h \
Thot/thotlib/internals/f/nodisplay_f.h \
Thot/thotlib/internals/f/nodialog_f.h \
Thot/thotlib/internals/f/opendoc_f.h \
Thot/thotlib/internals/f/openview_f.h \
Thot/thotlib/internals/f/pagecommands_f.h \
Thot/thotlib/internals/f/paginate_f.h \
Thot/thotlib/internals/f/picture_f.h \
Thot/thotlib/internals/f/pictureapi_f.h \
Thot/thotlib/internals/f/picturemenu_f.h \
Thot/thotlib/internals/f/pivot_f.h \
Thot/thotlib/internals/f/platform_f.h \
Thot/thotlib/internals/f/pnghandler_f.h \
Thot/thotlib/internals/f/presentationapi_f.h \
Thot/thotlib/internals/f/presentdriver_f.h \
Thot/thotlib/internals/f/presentmenu_f.h \
Thot/thotlib/internals/f/presrules_f.h \
Thot/thotlib/internals/f/presvariables_f.h \
Thot/thotlib/internals/f/print_f.h \
Thot/thotlib/internals/f/printmenu_f.h \
Thot/thotlib/internals/f/pschemaapi_f.h \
Thot/thotlib/internals/f/psdisplay_f.h \
Thot/thotlib/internals/f/quit_f.h \
Thot/thotlib/internals/f/readpivot_f.h \
Thot/thotlib/internals/f/readprs_f.h \
Thot/thotlib/internals/f/readstr_f.h \
Thot/thotlib/internals/f/readtra_f.h \
Thot/thotlib/internals/f/referenceapi_f.h \
Thot/thotlib/internals/f/references_f.h \
Thot/thotlib/internals/f/regexp_f.h \
Thot/thotlib/internals/f/registry_f.h \
Thot/thotlib/internals/f/res_f.h \
Thot/thotlib/internals/f/resgen_f.h \
Thot/thotlib/internals/f/resmatch_f.h \
Thot/thotlib/internals/f/savedoc_f.h \
Thot/thotlib/internals/f/schemas_f.h \
Thot/thotlib/internals/f/schemastr_f.h \
Thot/thotlib/internals/f/schtrad_f.h \
Thot/thotlib/internals/f/scroll_f.h \
Thot/thotlib/internals/f/search_f.h \
Thot/thotlib/internals/f/searchmenu_f.h \
Thot/thotlib/internals/f/searchmenustr_f.h \
Thot/thotlib/internals/f/searchref_f.h \
Thot/thotlib/internals/f/selectionapi_f.h \
Thot/thotlib/internals/f/selectmenu_f.h \
Thot/thotlib/internals/f/sortmenu_f.h \
Thot/thotlib/internals/f/specificdriver_f.h \
Thot/thotlib/internals/f/spellchecker_f.h \
Thot/thotlib/internals/f/structcommands_f.h \
Thot/thotlib/internals/f/structchange_f.h \
Thot/thotlib/internals/f/structcreation_f.h \
Thot/thotlib/internals/f/structlist_f.h \
Thot/thotlib/internals/f/structlocate_f.h \
Thot/thotlib/internals/f/structmodif_f.h \
Thot/thotlib/internals/f/structschema_f.h \
Thot/thotlib/internals/f/structselect_f.h \
Thot/thotlib/internals/f/textcommands_f.h \
Thot/thotlib/internals/f/thotmsg_f.h \
Thot/thotlib/internals/f/translation_f.h \
Thot/thotlib/internals/f/tree_f.h \
Thot/thotlib/internals/f/treeapi_f.h \
Thot/thotlib/internals/f/units_f.h \
Thot/thotlib/internals/f/unstructchange_f.h \
Thot/thotlib/internals/f/unstructlocate_f.h \
Thot/thotlib/internals/f/viewapi_f.h \
Thot/thotlib/internals/f/viewcommands_f.h \
Thot/thotlib/internals/f/views_f.h \
Thot/thotlib/internals/f/visibility_f.h \
Thot/thotlib/internals/f/windowdisplay_f.h \
Thot/thotlib/internals/f/word_f.h \
Thot/thotlib/internals/f/writepivot_f.h \
Thot/thotlib/internals/f/xbmhandler_f.h \
Thot/thotlib/internals/f/xpmcrbuffri_f.h \
Thot/thotlib/internals/f/xpmcrbuffrp_f.h \
Thot/thotlib/internals/f/xpmcrdatafri_f.h \
Thot/thotlib/internals/f/xpmcrdatafrp_f.h \
Thot/thotlib/internals/f/xpmcreate_f.h \
Thot/thotlib/internals/f/xpmcrifrbuf_f.h \
Thot/thotlib/internals/f/xpmcrifrdata_f.h \
Thot/thotlib/internals/f/xpmcrpfrbuf_f.h \
Thot/thotlib/internals/f/xpmcrpfrdata_f.h \
Thot/thotlib/internals/f/xpmdata_f.h \
Thot/thotlib/internals/f/xpmhandler_f.h \
Thot/thotlib/internals/f/xpmhashtable_f.h \
Thot/thotlib/internals/f/xpmmisc_f.h \
Thot/thotlib/internals/f/xpmparse_f.h \
Thot/thotlib/internals/f/xpmrdftodata_f.h \
Thot/thotlib/internals/f/xpmrdftoi_f.h \
Thot/thotlib/internals/f/xpmrdftop_f.h \
Thot/thotlib/internals/f/xpmrgb_f.h \
Thot/thotlib/internals/f/zoom_f.h \
Thot/thotlib/internals/h/LiteClue.h \
Thot/thotlib/internals/h/LiteClueP.h \
Thot/thotlib/internals/h/appdef.h \
Thot/thotlib/internals/h/prsdef.h \
Thot/thotlib/internals/h/strdef.h \
Thot/thotlib/internals/h/SelectRestruct.h \
Thot/thotlib/internals/h/tradef.h \
Thot/thotlib/internals/h/annmsg.h \
Thot/thotlib/internals/h/appdialogue.h \
Thot/thotlib/internals/h/appmsg.h \
Thot/thotlib/internals/h/colorpalette.h \
Thot/thotlib/internals/h/compilmsg.h \
Thot/thotlib/internals/h/constcorr.h \
Thot/thotlib/internals/h/constgrm.h \
Thot/thotlib/internals/h/constint.h \
Thot/thotlib/internals/h/constmedia.h \
Thot/thotlib/internals/h/constmenu.h \
Thot/thotlib/internals/h/constmot.h \
Thot/thotlib/internals/h/constpiv.h \
Thot/thotlib/internals/h/constprs.h \
Thot/thotlib/internals/h/conststr.h \
Thot/thotlib/internals/h/consttra.h \
Thot/thotlib/internals/h/constres.h \
Thot/thotlib/internals/h/copyright.xbm \
Thot/thotlib/internals/h/corrmenu.h \
Thot/thotlib/internals/h/corrmsg.h \
Thot/thotlib/internals/h/dictionary.h \
Thot/thotlib/internals/h/epsflogo.h \
Thot/thotlib/internals/h/frame.h \
Thot/thotlib/internals/h/grmmsg.h \
Thot/thotlib/internals/h/logowindow.h \
Thot/thotlib/internals/h/logo.xbm \
Thot/thotlib/internals/h/logo.xpm \
Thot/thotlib/internals/h/lost.h \
Thot/thotlib/internals/h/lost.xpm \
Thot/thotlib/internals/h/menuaction.h \
Thot/thotlib/internals/h/modif.h \
Thot/thotlib/internals/h/palette.h \
Thot/thotlib/internals/h/pattern.h \
Thot/thotlib/internals/h/picture.h \
Thot/thotlib/internals/h/printmsg.h \
Thot/thotlib/internals/h/prsmsg.h \
Thot/thotlib/internals/h/res.h \
Thot/thotlib/internals/h/resdynmsg.h \
Thot/thotlib/internals/h/rgbtab.h \
Thot/thotlib/internals/h/stdlogo.h \
Thot/thotlib/internals/h/strmsg.h \
Thot/thotlib/internals/h/system.h \
Thot/thotlib/internals/h/thot_key.h \
Thot/thotlib/internals/h/thotcolor.h \
Thot/thotlib/internals/h/thotdir.h \
Thot/thotlib/internals/h/thotkey.h \
Thot/thotlib/internals/h/thotmsg.h \
Thot/thotlib/internals/h/thotpattern.h \
Thot/thotlib/internals/h/tramsg.h \
Thot/thotlib/internals/h/transform.h \
Thot/thotlib/internals/h/typecorr.h \
Thot/thotlib/internals/h/typegrm.h \
Thot/thotlib/internals/h/typeint.h \
Thot/thotlib/internals/h/typemedia.h \
Thot/thotlib/internals/h/typeprs.h \
Thot/thotlib/internals/h/typestr.h \
Thot/thotlib/internals/h/typetra.h \
Thot/thotlib/internals/h/winsys.h \
Thot/thotlib/internals/h/xpm.h \
Thot/thotlib/internals/h/xpmP.h \
Thot/thotlib/internals/var/analsynt_tv.h \
Thot/thotlib/internals/var/appdialogue_tv.h \
Thot/thotlib/internals/var/appevents_tv.h \
Thot/thotlib/internals/var/boxes_tv.h \
Thot/thotlib/internals/var/compil_tv.h \
Thot/thotlib/internals/var/creation_tv.h \
Thot/thotlib/internals/var/edit_tv.h \
Thot/thotlib/internals/var/font_tv.h \
Thot/thotlib/internals/var/frame_tv.h \
Thot/thotlib/internals/var/modif_tv.h \
Thot/thotlib/internals/var/page_tv.h \
Thot/thotlib/internals/var/picture_tv.h \
Thot/thotlib/internals/var/platform_tv.h \
Thot/thotlib/internals/var/print_tv.h \
Thot/thotlib/internals/var/select_tv.h \
Thot/thotlib/internals/var/spell_tv.h \
Thot/thotlib/internals/var/thotcolor_tv.h \
Thot/thotlib/internals/var/thotpalette_tv.h \
Thot/thotlib/internals/var/units_tv.h \
Thot/thotlib/internals/var/word_tv.h \
Thot/thotlib/presentation/attrpresent.c \
Thot/thotlib/presentation/changepresent.c \
Thot/thotlib/presentation/genericdriver.c \
Thot/thotlib/presentation/presentationapi.c \
Thot/thotlib/presentation/presentdriver.c \
Thot/thotlib/presentation/presrules.c \
Thot/thotlib/presentation/presvariables.c \
Thot/thotlib/presentation/pschemaapi.c \
Thot/thotlib/presentation/specificdriver.c \
Thot/thotlib/tree/attributeapi.c \
Thot/thotlib/tree/attributes.c \
Thot/thotlib/tree/checkaccess.c \
Thot/thotlib/tree/draw.c \
Thot/thotlib/tree/exceptions.c \
Thot/thotlib/tree/labelalloc.c \
Thot/thotlib/tree/pagecommands.c \
Thot/thotlib/tree/paginate.c \
Thot/thotlib/tree/referenceapi.c \
Thot/thotlib/tree/references.c \
Thot/thotlib/tree/res.c \
Thot/thotlib/tree/resgen.c \
Thot/thotlib/tree/resmatch.c \
Thot/thotlib/tree/structschema.c \
Thot/thotlib/tree/tree.c \
Thot/thotlib/tree/treeapi.c \
Thot/thotlib/view/absboxes.c \
Thot/thotlib/view/boxlocate.c \
Thot/thotlib/view/boxmoves.c \
Thot/thotlib/view/boxparams.c \
Thot/thotlib/view/boxpositions.c \
Thot/thotlib/view/boxrelations.c \
Thot/thotlib/view/boxselection.c \
Thot/thotlib/view/buildboxes.c \
Thot/thotlib/view/buildlines.c \
Thot/thotlib/view/changeabsbox.c \
Thot/thotlib/view/createabsbox.c \
Thot/thotlib/view/createpages.c \
Thot/thotlib/view/displaybox.c \
Thot/thotlib/view/displayselect.c \
Thot/thotlib/view/frame.c \
Thot/thotlib/view/hyphen.c \
Thot/thotlib/view/inites.c \
Thot/thotlib/view/initpses.c \
Thot/thotlib/view/psdisplay.c \
Thot/thotlib/view/structlocate.c \
Thot/thotlib/view/unstructlocate.c \
Thot/thotlib/view/viewapi.c \
Thot/thotlib/view/windowdisplay.c \
Thot/tools/mkdep/Makefile \
Thot/tools/mkdep/mkdep.c \
Thot/tools/cextract-1.7/INSTALL \
Thot/tools/cextract-1.7/HPUX.Install \
Thot/tools/cextract-1.7/INSTALL \
Thot/tools/cextract-1.7/INSTALL.VMS \
Thot/tools/cextract-1.7/Imakefile \
Thot/tools/cextract-1.7/MANIFEST \
Thot/tools/cextract-1.7/Makefile \
Thot/tools/cextract-1.7/Makefile.clm \
Thot/tools/cextract-1.7/Makefile.cln \
Thot/tools/cextract-1.7/README \
Thot/tools/cextract-1.7/README.LUCS \
Thot/tools/cextract-1.7/TODO \
Thot/tools/cextract-1.7/build.com \
Thot/tools/cextract-1.7/cextdoc.1 \
Thot/tools/cextract-1.7/cextract.doc \
Thot/tools/cextract-1.7/cextract.hlp \
Thot/tools/cextract-1.7/cextract.man \
Thot/tools/cextract-1.7/cextrc.5 \
Thot/tools/cextract-1.7/cextrc.doc \
Thot/tools/cextract-1.7/io.c \
Thot/tools/cextract-1.7/main.c \
Thot/tools/cextract-1.7/main.c.cln \
Thot/tools/cextract-1.7/newbuild.com \
Thot/tools/cextract-1.7/parse.c \
Thot/tools/cextract-1.7/patchlevel.h \
Thot/tools/cextract-1.7/proto.h \
Thot/tools/cextract-1.7/xtract.h \
Thot/schemas/exc_Table.h \
 | $COMPRESS  > $DEST/thot-src-$THOTVERSION.tar.gz

$TAR - \
Thot/dicopar/Eprinc.dic \
| $COMPRESS  > $DEST/English.tar.gz 

$TAR - \
Thot/dicopar/Fprinc.dic \
| $COMPRESS  > $DEST/French.tar.gz 

