From: Ineiev Date: Sun, 6 Aug 2023 00:58:10 +0000 (-0700) Subject: doc: missing docdir and lispdir in _DATA description. X-Git-Tag: v1.16i~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80d755f9f37d252a0b8499913f33fe0995ca2bc2;p=thirdparty%2Fautomake.git doc: missing docdir and lispdir in _DATA description. This changes fixes https://bugs.gnu.org/65032. * doc/automake.texi (Data): add docdir and lispdir, index doc_DATA and lisp_DATA. --- diff --git a/doc/automake.texi b/doc/automake.texi index 3b4f06e73..d14b769fd 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -7355,14 +7355,16 @@ Automake supports the installation of miscellaneous data files using the @vindex DATA @vindex data_DATA +@vindex doc_DATA +@vindex lisp_DATA @vindex sysconf_DATA @vindex sharedstate_DATA @vindex localstate_DATA @vindex pkgdata_DATA Such data can be installed in the directories @code{datadir}, -@code{sysconfdir}, @code{sharedstatedir}, @code{localstatedir}, or -@code{pkgdatadir}. +@code{docdir}, @code{lispdir}, @code{sysconfdir}, @code{sharedstatedir}, +@code{localstatedir}, or @code{pkgdatadir}. By default, data files are @emph{not} included in a distribution. Of course, you can use the @code{dist_} prefix to change this on a