summaryrefslogtreecommitdiff
path: root/gettext-tools/projects
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-07-25 11:19:59 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:13:41 +0200
commit0c5db0a77cb1b631382c69566504028fd3bd1dca (patch)
tree352682e52b6d3d7b3e5ff61ea61b3ed1d9508ef0 /gettext-tools/projects
parent83d7a65a1191d819d6eec8cfbf91d05b92cde4b5 (diff)
downloadgettext-0c5db0a77cb1b631382c69566504028fd3bd1dca.tar.gz
Remove VMS support.
Diffstat (limited to 'gettext-tools/projects')
-rw-r--r--gettext-tools/projects/ChangeLog5
-rw-r--r--gettext-tools/projects/Makefile.am5
-rw-r--r--gettext-tools/projects/Makefile.vms32
3 files changed, 5 insertions, 37 deletions
diff --git a/gettext-tools/projects/ChangeLog b/gettext-tools/projects/ChangeLog
index d478b1f8c..10f80f490 100644
--- a/gettext-tools/projects/ChangeLog
+++ b/gettext-tools/projects/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.vms: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove Makefile.vms.
+
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
diff --git a/gettext-tools/projects/Makefile.am b/gettext-tools/projects/Makefile.am
index a105089a3..eb18b682a 100644
--- a/gettext-tools/projects/Makefile.am
+++ b/gettext-tools/projects/Makefile.am
@@ -69,11 +69,6 @@ uninstall-local:
done
-# VMS support.
-
-EXTRA_DIST += Makefile.vms
-
-
# Woe32 support.
EXTRA_DIST += Makefile.msvc
diff --git a/gettext-tools/projects/Makefile.vms b/gettext-tools/projects/Makefile.vms
deleted file mode 100644
index a7d4c0d71..000000000
--- a/gettext-tools/projects/Makefile.vms
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- Makefile -*- for gettext-tools/projects on VMS using the MMS utility
-
-#### Start of system configuration section. ####
-
-#### End of system configuration section. ####
-
-all :
- write sys$output "Nothing to be done for 'all'."
-
-install : all
- write sys$output "Nothing else to be done for 'install'."
-
-installdirs :
- write sys$output "Nothing to be done for 'installdirs'."
-
-uninstall :
- write sys$output "Nothing to be done for 'uninstall'."
-
-check :
- write sys$output "Nothing to be done for 'check'."
-
-mostlyclean : clean
- write sys$output "Nothing else to be done for 'mostlyclean'."
-
-clean :
- write sys$output "Nothing to be done for 'clean'."
-
-distclean : clean
- write sys$output "Nothing else to be done for 'distclean'."
-
-maintainer-clean : distclean
- write sys$output "Nothing else to be done for 'maintainer-clean'."