How to create a release
=======================

Copy into a temporary directory, then:

  ~$ ./configure
  ~$ make distcheck

How to update documentation
===========================

Userguide:

  ~$ pandoc -f docbook -t html --toc -s userguide.xml -o userguide.html
