home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / packages / LaTeXinfo.patch.1 / rename.sh < prev   
Encoding:
Linux/UNIX/POSIX Shell Script  |  1990-07-22  |  383 b   |  14 lines

  1. #!/bin/sh
  2. # Rename the files to make them less than 14 chars for Sys V
  3.  
  4. mv tex-to-latexinfo.el tolatexinfo.el
  5. mv latexinfo-mode.el latexinfomd.el
  6. mv manual/makeinfofile.el manual/makeinfo.el
  7.  
  8. # Delete a file that shouldn't be distributed (it's junk).
  9. rm -f nodify-new.el
  10.  
  11. # touch the new files to make it easy for patch
  12. touch CHANGES tabular.sty tabular-fmt.el manual/latexinfo.bbl
  13.  
  14.