]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Adapt to changed directory structure.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Feb 2003 21:01:41 +0000 (21:01 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:04 +0000 (12:10 +0200)
gettext-tools/doc/ChangeLog [new file with mode: 0644]
gettext-tools/doc/Makefile.am

diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog
new file mode 100644 (file)
index 0000000..21e5c33
--- /dev/null
@@ -0,0 +1,8 @@
+2003-02-12  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (docdir): Use 'gettext' instead of @PACKAGE@.
+       (EXTRA_DIST): Add ChangeLog.0.
+       * mdate-sh: Move to ../../config/mdate-sh.
+
+
+See ChangeLog.0 for earlier changes.
index ae0e63ba590420d8223936ec08323169d9b22af9..910b0f898dc6e304ac576fcee55ed018fed65f6e 100644 (file)
@@ -1,4 +1,4 @@
-## Makefile for the doc subdirectory of the GNU NLS Utilities
+## Makefile for the gettext-tools/doc subdirectory of GNU gettext
 ## Copyright (C) 1995-1997, 2001-2003 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
 
 ## Process this file with automake to produce Makefile.in.
 
-docdir = $(prefix)/doc/@PACKAGE@
+docdir = $(prefix)/doc/gettext
 dvidir = $(docdir)
 psdir = $(docdir)
 pdfdir = $(docdir)
@@ -39,7 +39,9 @@ gettext_TEXINFOS = \
   msgattrib.texi msgen.texi msgexec.texi msgfmt.texi msgunfmt.texi \
   gettextize.texi autopoint.texi iso-639.texi iso-3166.texi
 
-EXTRA_DIST = iso-639.sed iso-3166.sed ISO_639 ISO_3166 ISO_3166_de nls.texi matrix.texi texi2html
+EXTRA_DIST = \
+  iso-639.sed iso-3166.sed ISO_639 ISO_3166 ISO_3166_de texi2html \
+  ChangeLog.0
 
 iso-639.texi: ISO_639 iso-639.sed
        $(SED) -f $(srcdir)/iso-639.sed $(srcdir)/ISO_639 > iso-639.tmp