From: Alexandre Duret-Lutz Date: Wed, 26 Feb 2003 21:05:12 +0000 (+0000) Subject: * automake.texi (Emacs Lisp): Mention that `dist_' can be used. X-Git-Tag: Release-1-7-3b~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057ebe8a8839aba6c347df3159728ca144a30f95;p=thirdparty%2Fautomake.git * automake.texi (Emacs Lisp): Mention that `dist_' can be used. --- diff --git a/ChangeLog b/ChangeLog index d528ed475..4f22d29bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-02-26 Alexandre Duret-Lutz + * automake.texi (Emacs Lisp): Mention that `dist_' can be used. + * automake.texi (Emacs Lisp): Instruct people to use lisp_DATA instead of lisp_LISP when they don't want byte-compilation. Don't mention ELCFILES anymore. diff --git a/automake.texi b/automake.texi index 5e7fe47b5..c9b7f51db 100644 --- a/automake.texi +++ b/automake.texi @@ -3824,6 +3824,12 @@ 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, Java, gettext, Other GNU Tools @section Libtool