From: Bruno Haible Date: Sat, 12 Feb 2005 18:43:24 +0000 (+0000) Subject: Install also tutorial.html. X-Git-Tag: v0.14.2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccee5a13fcf1df0bacd66479892f20ff13efeedf;p=thirdparty%2Fgettext.git Install also tutorial.html. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 7caf662a5..fb672d335 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -3,6 +3,8 @@ * tutorial.html: New file, from Gora Mohanty with modifications: Remove the navigation panel. Don't use the -s option. * Makefile.am (doc_DATA): Add tutorial.html. + * Makefile.msvc (install, uninstall): Also tutorial.html. + * Makefile.vms (install, uninstall): Also tutorial.html. 2005-02-06 Bruno Haible diff --git a/gettext-tools/doc/Makefile.msvc b/gettext-tools/doc/Makefile.msvc index 13af66acc..9e0d4851c 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 diff --git a/gettext-tools/doc/Makefile.vms b/gettext-tools/doc/Makefile.vms index a4ad9e699..4e3639f7b 100644 --- a/gettext-tools/doc/Makefile.vms +++ b/gettext-tools/doc/Makefile.vms @@ -26,6 +26,7 @@ install : all create /directory $(datadir).doc] create /directory $(docdir)] $(INSTALL_DATA) FAQ.html $(docdir)]FAQ.html + $(INSTALL_DATA) tutorial.html $(docdir)]tutorial.html $(INSTALL_DATA) gettext_*.html $(docdir) installdirs : @@ -36,6 +37,7 @@ installdirs : uninstall : $(RM) $(docdir)]FAQ.html; + $(RM) $(docdir)]tutorial.html; $(RM) $(docdir)]gettext_*.html; check : all