From: Bruno Haible Date: Fri, 14 Feb 2003 21:01:41 +0000 (+0000) Subject: Adapt to changed directory structure. X-Git-Tag: v0.12~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c73000cb821e5d0eedb1cda8a21744f6a8775ce0;p=thirdparty%2Fgettext.git Adapt to changed directory structure. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog new file mode 100644 index 000000000..21e5c33e0 --- /dev/null +++ b/gettext-tools/doc/ChangeLog @@ -0,0 +1,8 @@ +2003-02-12 Bruno Haible + + * 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. diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index ae0e63ba5..910b0f898 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -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