transmision: upgrade 2.22 -> 2.31
[tomato.git] / release / src / router / gettext / gettext-tools / doc / Makefile.vms
blob4e3639f7bec68a5acb8180a07013f494d6480d04
1 # -*- Makefile -*- for gettext-tools/doc on VMS using the MMS utility
3 #### Start of system configuration section. ####
5 # Directories used by "make install":
6 prefix = SYS$DATA:[
7 datadir = $(prefix).share
8 docdir = $(datadir).doc.gettext
10 LN = copy
11 RM = delete
13 # Programs used by "make install":
14 INSTALL = copy
15 INSTALL_PROGRAM = copy
16 INSTALL_DATA = copy
18 #### End of system configuration section. ####
20 all :
21         write sys$output "Nothing to be done for 'all'."
23 install : all
24         create /directory $(prefix)]
25         create /directory $(datadir)]
26         create /directory $(datadir).doc]
27         create /directory $(docdir)]
28         $(INSTALL_DATA) FAQ.html $(docdir)]FAQ.html
29         $(INSTALL_DATA) tutorial.html $(docdir)]tutorial.html
30         $(INSTALL_DATA) gettext_*.html $(docdir)
32 installdirs :
33         create /directory $(prefix)]
34         create /directory $(datadir)]
35         create /directory $(datadir).doc]
36         create /directory $(docdir)]
38 uninstall :
39         $(RM) $(docdir)]FAQ.html;
40         $(RM) $(docdir)]tutorial.html;
41         $(RM) $(docdir)]gettext_*.html;
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'."