1 # -*- Makefile -*- for gettext-runtime/doc on VMS using the MMS utility
4 write sys$output "Nothing to be done for 'all'."
7 write sys$output "Nothing else to be done for 'install'."
10 write sys$output "Nothing to be done for 'installdirs'."
13 write sys$output "Nothing to be done for 'uninstall'."
16 write sys$output "Nothing to be done for 'check'."
19 write sys$output "Nothing else to be done for 'mostlyclean'."
22 write sys$output "Nothing to be done for 'clean'."
25 write sys$output "Nothing else to be done for 'distclean'."
27 maintainer-clean : distclean
28 write sys$output "Nothing else to be done for 'maintainer-clean'."