

Note: These files are for contributors only.                 !
      You need not to run any of them for installation or    !
      use of fte or the TeX-Menu-system.                     !

-------------------------------------------------------------------------------

...this is the funny stuff... nice to program sed

These are some os/2-cmd-files to update the header info in the 
contributional files.

Needs: gnu -find, -ls, -sed

How to use:

o Move all these files in the upper dir of the contribution.
o Edit upd_set.cmd
o Edit upd01.cmd to change names of exe-files;
  it needs find.exe, what clashes with OS/2's find-command.
  Or: move your (gnu-) ls and find into the dir and rename
      them to gfind and gls, as I do. 
o Run updhdr.cmd

Note:
  These scripts may run on binaries but maybe they smash them
  (don't really know). You shouldn't have any binary in the subdir-tree 
  when running these scripts. Rebuild the binaries after updating the 
  header-info (this keeps dependencies right, too).

Note: 
  There has been a problem with the 1st version of these scripts 
  due to my dos-port of find. This is no gnu-port, and sed failed
  because of different output when runing with the gnu find.
  The problem is fixed now. 
  This is tested with:
     GNU sed version 2.05
     GNU find version 4.1
     ls - GNU file utilities 3.13
  Nevertheless: Don't use this w/o backing up... ;)

