]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Distribute an FAQ.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Feb 2004 11:51:54 +0000 (11:51 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:48 +0000 (12:11 +0200)
ChangeLog
PACKAGING
gettext-tools/doc/ChangeLog
gettext-tools/doc/Makefile.am
gettext-tools/doc/Makefile.msvc
gettext-tools/doc/Makefile.vms

index 3082687f0f4532588a209d94c4bfab7e3c55f18d..ec0bdd739c186ea7cc986b529e7af5f42432ffdd 100644 (file)
--- 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.
index c42beabdad00dfdc9b83836fe64d193d48d2c78e..2a379c3e555c97133f3ddf3077db81afd01a8809 100644 (file)
--- 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
index da1f82081591dfbdb9cdce4b3e5f475388d0cddf..7e5e1d49e82edfdaf4f69c89a723cb8e81424922 100644 (file)
@@ -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.
index 0c1b5933b02b6f49e8b5819f0b2c0eb3c4022645..12455c99dc9e213188747bc14e19733d6cded111 100644 (file)
@@ -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
index 49685cb4e20c717d9b533f0bf457a881f5aecb1d..13af66accf557283197b2c028ebe3e2495fbdd69 100644 (file)
@@ -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
index 218d2603320619d1d3bb36269cab4962e0f466bf..a4ad9e6998d02cc46ad66f64bfe541c14fa58d51 100644 (file)
@@ -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