No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-runtime / doc / Makefile.vms
blobc517ba78ebe6510af8d7307ce0a7b1ed144e8556
1 # -*- Makefile -*- for gettext-runtime/doc on VMS using the MMS utility
3 all :
4         write sys$output "Nothing to be done for 'all'."
6 install : all
7         write sys$output "Nothing else to be done for 'install'."
9 installdirs :
10         write sys$output "Nothing to be done for 'installdirs'."
12 uninstall :
13         write sys$output "Nothing to be done for 'uninstall'."
15 check :
16         write sys$output "Nothing to be done for 'check'."
18 mostlyclean : clean
19         write sys$output "Nothing else to be done for 'mostlyclean'."
21 clean :
22         write sys$output "Nothing to be done for 'clean'."
24 distclean : 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'."