home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- # Rename the files to make them less than 14 chars for Sys V
-
- mv tex-to-latexinfo.el tolatexinfo.el
- mv latexinfo-mode.el latexinfomd.el
- mv manual/makeinfofile.el manual/makeinfo.el
-
- # Delete a file that shouldn't be distributed (it's junk).
- rm -f nodify-new.el
-
- # touch the new files to make it easy for patch
- touch CHANGES tabular.sty tabular-fmt.el manual/latexinfo.bbl
-
-