* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
[bpt/emacs.git] / Makefile.in
index e4b5ef3..8e3a846 100644 (file)
@@ -56,7 +56,7 @@
 # make docs
 #      Make Emacs documentation files from their sources; requires makeinfo.
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 # This may not work with certain non-GNU make's.  It only matters when
 # inheriting a CDPATH not starting with the current directory.
@@ -1026,13 +1026,15 @@ info: force-info
        fi
 
 # The info/dir file must be updated by hand when new manuals are added.
+# Cannot add an info/dir entry for efaq-w32 since it is not installed
+# on all platforms.
 check-info-dir: info
        cd info ; \
        missing= ; \
        for file in *; do \
          test -f "$${file}" || continue ; \
          case $${file} in \
-           *-[0-9]*|COPYING|dir) continue ;; \
+           *-[0-9]*|COPYING|dir|efaq-w32*) continue ;; \
          esac ; \
          file=`echo $${file} | sed 's/\.info//'` ; \
          grep -q -F ": ($${file})." dir || missing="$${missing} $${file}" ; \