1 # -*- Makefile -*- for gettext-tools/doc
3 #### Start of system configuration section. ####
5 # Flags that can be set on the nmake command line:
6 # PREFIX=Some\Directory Base directory for installation
11 # Directories used by "make install":
13 datadir = $(prefix)\share
14 docdir = $(datadir)\doc\gettext
19 # Programs used by "make install":
21 INSTALL_PROGRAM = copy
24 #### End of system configuration section. ####
35 $(INSTALL_DATA) FAQ.html $(docdir)
36 $(INSTALL_DATA) tutorial.html $(docdir)
37 $(INSTALL_DATA) gettext_*.html $(docdir)
46 $(RM) $(docdir)\FAQ.html
47 $(RM) $(docdir)\tutorial.html
48 $(RM) $(docdir)\gettext_*.html
60 maintainer-clean : distclean