Add a install target to make (Trac #37)
This commit is contained in:
parent
ec285d1c32
commit
20d68be58d
3 changed files with 7 additions and 0 deletions
1
Authors
1
Authors
|
|
@ -9,3 +9,4 @@ Essien Ita Essien <essien at wazobialinux dot com>
|
||||||
James Bowes <jbowes at redhat dot com>
|
James Bowes <jbowes at redhat dot com>
|
||||||
Tom Callaway <tcallawa at redhat dot com>
|
Tom Callaway <tcallawa at redhat dot com>
|
||||||
Joel Andres Granados <jgranado at redhat dot com>
|
Joel Andres Granados <jgranado at redhat dot com>
|
||||||
|
<proski at fedoraproject dot org>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
* Mon Jun 11 2007 Jesse Keating <jkeating@redhat.com>
|
||||||
|
- Add a install target to make (Trac #37)
|
||||||
|
|
||||||
* Fri May 25 2007 Jesse Keating <jkeating@redhat.com>
|
* Fri May 25 2007 Jesse Keating <jkeating@redhat.com>
|
||||||
- Handle the cdsize variable correctly
|
- Handle the cdsize variable correctly
|
||||||
- More fixes for cached download stuff
|
- More fixes for cached download stuff
|
||||||
|
|
|
||||||
3
Makefile
3
Makefile
|
|
@ -36,6 +36,9 @@ rpminstall: rpm
|
||||||
|
|
||||||
release: tag srpm
|
release: tag srpm
|
||||||
|
|
||||||
|
install:
|
||||||
|
@python setup.py install
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f *.rpm
|
@rm -f *.rpm
|
||||||
@rm -rf noarch
|
@rm -rf noarch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue