From 29a5fca67c79bb7bfc7e7b3002d1be4eee607203 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 28 Jul 2014 23:23:06 +0100 Subject: 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. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.1