From: Alexandre Duret-Lutz Date: Sat, 18 Dec 2004 17:54:28 +0000 (+0000) Subject: * doc/automake.texi (gettext): Move the paragraph about X-Git-Tag: Release-1-9b~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0b42cd2d5c68c0a9eb5d6eaff09a5251ed89324;p=thirdparty%2Fautomake.git * doc/automake.texi (gettext): Move the paragraph about dist_list_LISP... (Emacs Lisp): ... here. Report from Bruno Haible. --- diff --git a/ChangeLog b/ChangeLog index e59274676..931555323 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-12-18 Alexandre Duret-Lutz + * doc/automake.texi (gettext): Move the paragraph about + dist_list_LISP... + (Emacs Lisp): ... here. + Report from Bruno Haible. + * doc/automake.texi: Bump GFDL version to 1.2, since that is what we distribute. diff --git a/doc/automake.texi b/doc/automake.texi index dd5653be5..92e5d8b4c 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -5166,6 +5166,13 @@ primary are @samp{lisp_} and @samp{noinst_}. Note that if @code{lisp_LISP} is defined, then @file{configure.ac} must run @code{AM_PATH_LISPDIR} (@pxref{Macros}). +@vindex dist_lisp_LISP +@vindex dist_noinst_LISP +Lisp sources are not distributed by default. You can prefix the +@code{LISP} primary with @code{dist_}, as in @code{dist_lisp_LISP} or +@code{dist_noinst_LISP}, to indicate that these files should be +distributed. + Automake will byte-compile all Emacs Lisp source files using the Emacs found by @code{AM_PATH_LISPDIR}, if any was found. @@ -5216,13 +5223,6 @@ subdirectories to the package, @file{intl} and @file{po}. Automake insures that these directories exist and are mentioned in @code{SUBDIRS}. -@vindex dist_lisp_LISP -@vindex dist_noinst_LISP -Lisp sources are not distributed by default. You can prefix the -@code{LISP} primary with @code{dist_}, as in @code{dist_lisp_LISP} or -@code{dist_noinst_LISP}, to indicate that these files should be -distributed. - @node Libtool @section Libtool