From: Richard M. Stallman Date: Wed, 23 Nov 1994 20:24:20 +0000 (+0000) Subject: Create the man subdir. X-Git-Tag: emacs-19.34~5792 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c367541d6f471e831e2d3087ecd2d0784920f805;p=emacs.git Create the man subdir. --- diff --git a/configure.in b/configure.in index d3a5e32cf45..71039d043b1 100644 --- a/configure.in +++ b/configure.in @@ -1262,7 +1262,7 @@ AC_OUTPUT(Makefile lib-src/Makefile.in oldXMenu/Makefile \ man/Makefile lwlib/Makefile src/Makefile.in, [ ### Make the necessary directories, if they don't exist. -for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ; do +for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ./man ; do if test ! -d ${dir}; then mkdir ${dir} fi