From: Bruno Haible Date: Sun, 22 Feb 2004 11:51:54 +0000 (+0000) Subject: Distribute an FAQ. X-Git-Tag: v0.14.2~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb55a0ffe4d4ff0420f96d92ae0adc6c08ab8f19;p=thirdparty%2Fgettext.git Distribute an FAQ. --- diff --git a/ChangeLog b/ChangeLog index 3082687f0..ec0bdd739 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-02-21 Bruno Haible + + * PACKAGING: Add FAQ.html. + +2004-01-26 Bruno Haible + + * config/config.libpath: Upgrade to libtool-1.5.2. + 2004-01-26 Bruno Haible * config/ltmain.sh: Upgrade to libtool-1.5.2. diff --git a/PACKAGING b/PACKAGING index c42beabda..2a379c3e5 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 da1f82081..7e5e1d49e 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,12 @@ +2004-02-21 Bruno Haible + + * 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 * gettext.texi (aclocal): Mention glibc2.m4. diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index 0c1b5933b..12455c99d 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 49685cb4e..13af66acc 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 218d26033..a4ad9e699 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