aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-23 20:24:20 +0000
committerRichard M. Stallman1994-11-23 20:24:20 +0000
commitc367541d6f471e831e2d3087ecd2d0784920f805 (patch)
treee8c039e4162db574c5f1ff1d587dff2f6bf36527
parentd581cd336b989ac11d8c1a3d38755f8a303aca24 (diff)
downloademacs-c367541d6f471e831e2d3087ecd2d0784920f805.tar.gz
emacs-c367541d6f471e831e2d3087ecd2d0784920f805.zip
Create the man subdir.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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 \
1262 man/Makefile lwlib/Makefile src/Makefile.in, [ 1262 man/Makefile lwlib/Makefile src/Makefile.in, [
1263 1263
1264### Make the necessary directories, if they don't exist. 1264### Make the necessary directories, if they don't exist.
1265for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ; do 1265for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ./man ; do
1266 if test ! -d ${dir}; then 1266 if test ! -d ${dir}; then
1267 mkdir ${dir} 1267 mkdir ${dir}
1268 fi 1268 fi