summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-02-12 18:43:24 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:14 +0200
commitccee5a13fcf1df0bacd66479892f20ff13efeedf (patch)
treebe43f6049efd77da43e733f4a90e07aa3733c361
parent24056aa15b7ee7b430fd8c9d1af6e97fdb85543a (diff)
downloadexternal_gettext-ccee5a13fcf1df0bacd66479892f20ff13efeedf.zip
external_gettext-ccee5a13fcf1df0bacd66479892f20ff13efeedf.tar.gz
external_gettext-ccee5a13fcf1df0bacd66479892f20ff13efeedf.tar.bz2
Install also tutorial.html.
-rw-r--r--gettext-tools/doc/ChangeLog2
-rw-r--r--gettext-tools/doc/Makefile.msvc2
-rw-r--r--gettext-tools/doc/Makefile.vms2
3 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog
index 7caf662..fb672d3 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 <bruno@clisp.org>
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
diff --git a/gettext-tools/doc/Makefile.vms b/gettext-tools/doc/Makefile.vms
index a4ad9e6..4e3639f 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