]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: missing docdir and lispdir in _DATA description.
authorIneiev <ineiev@gnu.org>
Sun, 6 Aug 2023 00:58:10 +0000 (17:58 -0700)
committerKarl Berry <karl@freefriends.org>
Sun, 6 Aug 2023 00:58:10 +0000 (17:58 -0700)
This changes fixes https://bugs.gnu.org/65032.

* doc/automake.texi (Data): add docdir and lispdir,
index doc_DATA and lisp_DATA.

doc/automake.texi

index 3b4f06e73f3db835e1786876ca55ae10e6824812..d14b769fd911540bd6976966e8b639c45f6db0ef 100644 (file)
@@ -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