changeset 10063:ae4ee3bd5cd5

Create the man subdir.
author Richard M. Stallman <rms@gnu.org>
date Wed, 23 Nov 1994 20:24:20 +0000
parents 36c33f0526b2
children 9d103084f33b
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Nov 23 20:19:13 1994 +0000
+++ b/configure.in	Wed Nov 23 20:24:20 1994 +0000
@@ -1262,7 +1262,7 @@
 	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