This changes fixes https://bugs.gnu.org/65032.
* doc/automake.texi (Data): add docdir and lispdir,
index doc_DATA and lisp_DATA.
@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