1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(do-install): Install the dired-x info files.

This commit is contained in:
Richard M. Stallman 1994-01-15 15:20:34 +00:00
parent 5b46c38300
commit 9ba43e124a

View File

@ -289,7 +289,7 @@ do-install: mkdir
if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
${INSTALL_DATA} dir ${infodir}/dir ; \
fi ; \
for f in cl* emacs* forms* gnus* info* sc* vip* ; do \
for f in cl* emacs* dired-x* forms* gnus* info* sc* vip* ; do \
${INSTALL_DATA} $$f ${infodir}/$$f ; \
done); \
else true; fi