summaryrefslogtreecommitdiffstats
path: root/gettext-tools/doc/Makefile.msvc
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/doc/Makefile.msvc')
-rw-r--r--gettext-tools/doc/Makefile.msvc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/doc/Makefile.msvc b/gettext-tools/doc/Makefile.msvc
index 13af66a..9e0d485 100644
--- a/gettext-tools/doc/Makefile.msvc
+++ b/gettext-tools/doc/Makefile.msvc
@@ -33,6 +33,7 @@ install : all force
-mkdir $(datadir)\doc
-mkdir $(docdir)
$(INSTALL_DATA) FAQ.html $(docdir)
+ $(INSTALL_DATA) tutorial.html $(docdir)
$(INSTALL_DATA) gettext_*.html $(docdir)
installdirs : force
@@ -43,6 +44,7 @@ installdirs : force
uninstall : force
$(RM) $(docdir)\FAQ.html
+ $(RM) $(docdir)\tutorial.html
$(RM) $(docdir)\gettext_*.html
check : all