Create the man subdir.
This commit is contained in:
parent
d581cd336b
commit
c367541d6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue