2004-12-18 Alexandre Duret-Lutz <adl@gnu.org>
+ * 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.
@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.
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