1 # -*- Makefile -*- for gettext-tools/doc on VMS using the MMS utility
3 #### Start of system configuration section. ####
5 # Directories used by "make install":
7 datadir = $(prefix).share
8 docdir = $(datadir).doc.gettext
13 # Programs used by "make install":
15 INSTALL_PROGRAM = copy
18 #### End of system configuration section. ####
21 write sys$output "Nothing to be done for '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)
33 create /directory $(prefix)]
34 create /directory $(datadir)]
35 create /directory $(datadir).doc]
36 create /directory $(docdir)]
39 $(RM) $(docdir)]FAQ.html;
40 $(RM) $(docdir)]tutorial.html;
41 $(RM) $(docdir)]gettext_*.html;
44 write sys$output "Nothing else to be done for 'check'."
47 write sys$output "Nothing else to be done for 'mostlyclean'."
50 write sys$output "Nothing to be done for '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'."