#!/bin/sh # run this script before making a new release, it will make sure doc in # top level directory is current pod2text ./README.pod > ../README pod2text ./CHANGES.pod > ../CHANGES pod2text ./TODO.pod > ../TODO pod2text ./INSTALL.pod > ../INSTALL