makefile: fix "distribute" target to keep flawfinder.py
Fix the source package. We recently renamed "flawfinder" to "flawfinder.py" in the source tree, but the "distribute" target then removes because previously "flawfinder.py" wasn't the "real thing". Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
396074ca62
commit
daf0bb0992
2
makefile
2
makefile
|
@ -104,8 +104,6 @@ distribute: clean flawfinder.pdf flawfinder.ps
|
|||
cp -r -p [a-zA-Z]* ,tempdir
|
||||
rm -f ,tempdir/*.tar.gz
|
||||
rm -f ,tempdir/*.rpm
|
||||
# We don't need both "flawfinder" and "flawfinder.py":
|
||||
rm -f ,tempdir/flawfinder.py
|
||||
mv ,tempdir flawfinder-$(VERSION)
|
||||
# Nobody else needs "update" either.
|
||||
rm -f ,tempdir/update
|
||||
|
|
Loading…
Reference in New Issue