Files
doc-gtk/scripts/cleanup.sh
2006-03-26 02:44:13 +00:00

15 lines
290 B
Bash

#!/bin/sh
# cleans up a bit
# Note: doesn't clean up the reference (which would be silly)
cd "`dirname "$0"`"
if [ ! -d ../manual ]; then
echo "Please go to the scripts directory before running this script"
echo "Usage: cleanup.sh"
exit 1
fi
rm ../manual/*/chapters.ent
rm manual.xml