]> sjero.net Git - wget/blobdiff - vms/vms_name_fix.sh
imported patch vms-overlay
[wget] / vms / vms_name_fix.sh
diff --git a/vms/vms_name_fix.sh b/vms/vms_name_fix.sh
deleted file mode 100644 (file)
index 5cb2289..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh
-#                                               13 October 2005.  SMS.
-#
-# Wget 1.10.2
-#
-#    Restore original file names after storage on an ODS2 file system.
-#
-mv authors AUTHORS
-mv changelog ChangeLog
-mv changelog.readme ChangeLog.README
-mv configure.bat_in configure.bat.in
-mv copying COPYING
-mv doc/changelog doc/ChangeLog
-mv doc/makefile.in doc/Makefile.in
-mv doc/sample.wgetrc_munged_for_texi_inclusion \
-   doc/sample.wgetrc.munged_for_texi_inclusion
-mv doc/texi2pod.pl_in doc/texi2pod.pl.in
-mv install INSTALL
-mv mailing-list MAILING-LIST
-mv makefile.in Makefile.in
-mv news NEWS
-mv patches PATCHES
-mv po/makefile.in_in po/Makefile.in.in
-mv po/potfiles.in po/POTFILES.in
-mv po/en_gb.po po/en_GB.po
-mv po/pt_br.po po/pt_BR.po
-mv po/zh_cn.po po/zh_CN.po
-mv po/zh_tw.po po/zh_TW.po
-mv readme README
-mv readme.checkout README.checkout
-mv src/changelog src/ChangeLog
-mv src/config.h_in src/config.h.in
-mv src/makefile.in src/Makefile.in
-mv todo TODO
-mv util/makefile.in util/Makefile.in
-mv util/readme util/README
-mv windows/changelog windows/ChangeLog
-mv windows/config.h_bor windows/config.h.bor
-mv windows/config.h_mingw windows/config.h.mingw
-mv windows/config.h_ms windows/config.h.ms
-mv windows/makefile.doc windows/Makefile.doc
-mv windows/makefile.in windows/Makefile.in
-mv windows/makefile.src windows/Makefile.src
-mv windows/makefile.src_bor windows/Makefile.src.bor
-mv windows/makefile.src_mingw windows/Makefile.src.mingw
-mv windows/makefile.top windows/Makefile.top
-mv windows/makefile.top_bor windows/Makefile.top.bor
-mv windows/makefile.top_mingw windows/Makefile.top.mingw
-mv windows/makefile.watcom windows/Makefile.watcom
-mv windows/readme windows/README
-#