Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / misc / Makefile.vms
blob454d9bc58a98fbeae57afb003ed48476ad1d28a0
1 # -*- Makefile -*- for gettext-tools/misc on VMS using the MMS utility
3 #### Start of system configuration section. ####
5 # Directories used by "make install":
6 prefix = SYS$DATA:[
7 exec_prefix = $(prefix)
8 datadir = $(prefix).share
9 emacsdir = $(datadir).emacs
10 lispdir = $(emacsdir).site-lisp
12 LN = copy
13 RM = delete
15 # Programs used by "make install":
16 INSTALL = copy
17 INSTALL_PROGRAM = copy
18 INSTALL_DATA = copy
20 #### End of system configuration section. ####
22 all :
23         write sys$output "Nothing to be done for 'all'."
25 install : all
26         create /directory $(prefix)]
27         create /directory $(datadir)]
28         create /directory $(emacsdir)]
29         create /directory $(lispdir)]
30         $(INSTALL_DATA) po-mode.el $(lispdir)]po-mode.el
31         $(INSTALL_DATA) po-compat.el $(lispdir)]po-compat.el
33 installdirs :
34         create /directory $(prefix)]
35         create /directory $(datadir)]
36         create /directory $(emacsdir)]
37         create /directory $(lispdir)]
39 uninstall :
40         $(RM) $(lispdir)]po-mode.el;
41         $(RM) $(lispdir)]po-compat.el;
43 check : all
44         write sys$output "Nothing else to be done for 'check'."
46 mostlyclean : clean
47         write sys$output "Nothing else to be done for 'mostlyclean'."
49 clean :
50         write sys$output "Nothing to be done for 'clean'."
52 distclean : clean
53         write sys$output "Nothing else to be done for 'distclean'."
55 maintainer-clean : distclean
56         write sys$output "Nothing else to be done for 'maintainer-clean'."