summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-07-28 23:23:06 +0100
committerColin Guthrie <colin@mageia.org>2014-07-29 01:42:38 +0100
commit29a5fca67c79bb7bfc7e7b3002d1be4eee607203 (patch)
tree8eb639703b8bc1c6e405800f7849171038d21f0e /Makefile
parent5acc38d8ff13f871d5b6de3a80a05bf349f1aee8 (diff)
downloadmgatools-29a5fca67c79bb7bfc7e7b3002d1be4eee607203.tar
mgatools-29a5fca67c79bb7bfc7e7b3002d1be4eee607203.tar.gz
mgatools-29a5fca67c79bb7bfc7e7b3002d1be4eee607203.tar.bz2
mgatools-29a5fca67c79bb7bfc7e7b3002d1be4eee607203.tar.xz
mgatools-29a5fca67c79bb7bfc7e7b3002d1be4eee607203.zip
Add some utility scripts to update hdlists.
These are the same scripts that were present on the live server and have thus proven useful. That said, common code has been factored out and centralised and the syntax has been neatened up.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 48b1fb1..8a0953f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,10 @@ install: $(ALL)
install mgaiso-addmd5 $(DESTDIR)/usr/bin
install mgaiso-checkmd5 $(DESTDIR)/usr/bin
install clean-rpmsrate $(DESTDIR)/usr/bin
+ install mga-hdlists $(DESTDIR)/usr/bin
+ install mga-hdlists-cauldron $(DESTDIR)/usr/bin
+ install mga-hdlists-updates $(DESTDIR)/usr/bin
+ install mga-hdlists-backports $(DESTDIR)/usr/bin
install -d $(DESTDIR)/$(PERL_VENDORLIB)/MGATools
for i in rpmsrate.pm iso.pm; do install pm/MGATools/$$i $(DESTDIR)/$(PERL_VENDORLIB)/MGATools/; done