1How to create a release
2=======================
3
4Copy into a temporary directory, then:
5
6  ~$ ./configure
7  ~$ make distcheck
8
9How to update documentation
10===========================
11
12Userguide:
13
14  ~$ pandoc -f docbook -t html --toc -s userguide.xml -o userguide.html
15