summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2004-02-22 11:51:54 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:48 +0200
commiteb55a0ffe4d4ff0420f96d92ae0adc6c08ab8f19 (patch)
treeb4aade9353473ff6fbeccf977adb502d30d56ac4
parent85efb53dd46697ad2483f657cf5afa7bab769d4b (diff)
downloadexternal_gettext-eb55a0ffe4d4ff0420f96d92ae0adc6c08ab8f19.zip
external_gettext-eb55a0ffe4d4ff0420f96d92ae0adc6c08ab8f19.tar.gz
external_gettext-eb55a0ffe4d4ff0420f96d92ae0adc6c08ab8f19.tar.bz2
Distribute an FAQ.
-rw-r--r--ChangeLog8
-rw-r--r--PACKAGING1
-rw-r--r--gettext-tools/doc/ChangeLog9
-rw-r--r--gettext-tools/doc/Makefile.am5
-rw-r--r--gettext-tools/doc/Makefile.msvc2
-rw-r--r--gettext-tools/doc/Makefile.vms2
6 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3082687..ec0bdd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-02-21 Bruno Haible <bruno@clisp.org>
+
+ * PACKAGING: Add FAQ.html.
+
+2004-01-26 Bruno Haible <bruno@clisp.org>
+
+ * config/config.libpath: Upgrade to libtool-1.5.2.
+
2004-01-26 Bruno Haible <bruno@clisp.org>
* config/ltmain.sh: Upgrade to libtool-1.5.2.
diff --git a/PACKAGING b/PACKAGING
index c42beab..2a379c3 100644
--- a/PACKAGING
+++ b/PACKAGING
@@ -96,6 +96,7 @@ following file list.
$prefix/share/doc/gettext/gettextize.1.html
$prefix/share/doc/gettext/autopoint.1.html
$prefix/share/doc/gettext/gettext_*.html
+ $prefix/share/doc/gettext/FAQ.html
$prefix/share/doc/gettext/examples/*
$prefix/info/gettext.info*
$prefix/include/gettext-po.h
diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog
index da1f820..7e5e1d4 100644
--- a/gettext-tools/doc/ChangeLog
+++ b/gettext-tools/doc/ChangeLog
@@ -1,3 +1,12 @@
+2004-02-21 Bruno Haible <bruno@clisp.org>
+
+ * FAQ.html: New file.
+ * Makefile.am (doc_DATA): New variable.
+ * Makefile.msvc (install): Also install FAQ.html.
+ (uninstall): Also uninstall FAQ.html.
+ * Makefile.vms (install): Also install FAQ.html.
+ (uninstall): Also uninstall FAQ.html.
+
2004-02-02 Bruno Haible <bruno@clisp.org>
* gettext.texi (aclocal): Mention glibc2.m4.
diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am
index 0c1b593..12455c9 100644
--- a/gettext-tools/doc/Makefile.am
+++ b/gettext-tools/doc/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the gettext-tools/doc subdirectory of GNU gettext
-## Copyright (C) 1995-1997, 2001-2003 Free Software Foundation, Inc.
+## Copyright (C) 1995-1997, 2001-2004 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -45,6 +45,9 @@ gettext_TEXINFOS = \
$(top_srcdir)/../gettext-runtime/doc/rt-ngettext.texi \
$(top_srcdir)/../gettext-runtime/doc/rt-envsubst.texi
+# The FAQ. To be edited with Mozilla.
+doc_DATA = FAQ.html
+
EXTRA_DIST += \
iso-639.sed iso-3166.sed ISO_639 ISO_3166 ISO_3166_de texi2html \
ChangeLog.0
diff --git a/gettext-tools/doc/Makefile.msvc b/gettext-tools/doc/Makefile.msvc
index 49685cb..13af66a 100644
--- a/gettext-tools/doc/Makefile.msvc
+++ b/gettext-tools/doc/Makefile.msvc
@@ -32,6 +32,7 @@ install : all force
-mkdir $(datadir)
-mkdir $(datadir)\doc
-mkdir $(docdir)
+ $(INSTALL_DATA) FAQ.html $(docdir)
$(INSTALL_DATA) gettext_*.html $(docdir)
installdirs : force
@@ -41,6 +42,7 @@ installdirs : force
-mkdir $(docdir)
uninstall : force
+ $(RM) $(docdir)\FAQ.html
$(RM) $(docdir)\gettext_*.html
check : all
diff --git a/gettext-tools/doc/Makefile.vms b/gettext-tools/doc/Makefile.vms
index 218d260..a4ad9e6 100644
--- a/gettext-tools/doc/Makefile.vms
+++ b/gettext-tools/doc/Makefile.vms
@@ -25,6 +25,7 @@ install : all
create /directory $(datadir)]
create /directory $(datadir).doc]
create /directory $(docdir)]
+ $(INSTALL_DATA) FAQ.html $(docdir)]FAQ.html
$(INSTALL_DATA) gettext_*.html $(docdir)
installdirs :
@@ -34,6 +35,7 @@ installdirs :
create /directory $(docdir)]
uninstall :
+ $(RM) $(docdir)]FAQ.html;
$(RM) $(docdir)]gettext_*.html;
check : all