#!/bin/bash
echo README INSTALL NEWS ChangeLog AUTHORS COPYING \\
find doc -type f | grep -v .svn | grep -v '~' | grep -v .pyc | sed 's/$/ \\/'
