switch to doxygen-latex as a build dep as per email from doko
[debian/gnuradio] / cleanup-script.sh
1 #!/bin/sh
2 #
3 #       clean upstream source to achieve DFSG compliance
4 #       Copyright 2009 by Bdale Garbee.  GPL v2 or any later version.
5 #
6
7 git rm -f `find . -name \*.qpf ; find . -name \*.qsf`
8
9 exit 0