41fb85e4f2d0d9c7988d397a5bc55c63e2b71b76
[debian/splat] / clean
1 #!/bin/bash
2 # Simple script to create a clean distribution
3 #
4 rm -f splat utils/fontdata utils/citydecoder utils/usgs2sdf utils/srtm2sdf
5 cd docs/english/man
6 ./docmaker
7 cd ../../spanish/man
8 ./docmaker 2> /dev/null
9 cd ../../../
10