comparison autogen.sh @ 5441:9d36800df1ae HEAD

Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org if they don't exist. Changed wiki links in dovecot-example.conf to point to the doc/wiki/ directory instead.
author Timo Sirainen <tss@iki.fi>
date Wed, 28 Mar 2007 01:50:53 +0300
parents d86ee13688d5
children e9745c1c4d14
comparison
equal deleted inserted replaced
5440:d9b7957a7255 5441:9d36800df1ae
14 /bin/cp -f $dir/config.rpath . 14 /bin/cp -f $dir/config.rpath .
15 break 15 break
16 fi 16 fi
17 done 17 done
18 18
19 if ! test -f doc/wiki/Authentication.txt; then
20 cd doc
21 wget http://www.dovecot.org/tmp/wiki-export.tar.gz
22 tar xzf wiki-export.tar.gz
23 mv wiki-export/*.txt wiki/
24 cd wiki
25 cp -f Makefile.am.in Makefile.am
26 echo *.txt | sed 's/ / \\\n /g' >> Makefile.am
27 cd ..
28 rm -rf wiki-export wiki-export.tar.gz
29 cd ..
30 fi
31
19 autoreconf -i 32 autoreconf -i