]> git.lyx.org Git - lyx.git/blobdiff - lib/configure
Fixed cut&paste bugs and added freespacing for ERT Insets.
[lyx.git] / lib / configure
index 1c3155f9a749a1450a6ac027b868dbd6d952c582..9d404ef20ef6174888f645d667e9231897539f81 100755 (executable)
@@ -80,7 +80,7 @@ if test "x$OSTYPE" = xcygwin; then
 fi
 
 #### Create the build directories if necessary
-for dir in bind clipart doc examples images kbd layouts reLyX \
+for dir in bind clipart doc examples help images kbd layouts reLyX \
     scripts templates ui ; do
   test ! -d $dir && mkdir $dir
 done