aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-06-13 08:18:14 +0200
committerPapoteur <papoteur@mageia.org>2020-06-13 08:18:14 +0200
commit6851d7dfbf8f3adc914495649a4604b0850124eb (patch)
tree31c5cae04b4e8b13af7a06c2d93ac0d1a833d565 /Makefile
parent479794a7041895deeceddc4ac0ec75f117817e06 (diff)
downloadisodumper-6851d7dfbf8f3adc914495649a4604b0850124eb.tar
isodumper-6851d7dfbf8f3adc914495649a4604b0850124eb.tar.gz
isodumper-6851d7dfbf8f3adc914495649a4604b0850124eb.tar.bz2
isodumper-6851d7dfbf8f3adc914495649a4604b0850124eb.tar.xz
isodumper-6851d7dfbf8f3adc914495649a4604b0850124eb.zip
Suppress YUI log from console (mga#26681) also with the launcher
Move version in Makefile : use 'make version' to have it in lib/version.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 66a5061..c2c0101 100644
--- a/Makefile
+++ b/Makefile
@@ -33,10 +33,13 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1
SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/
PACKAGE = isodumper
-VERSION = 1.17
+VERSION = 1.18
GITPATH = git://git.mageia.org/software/isodumper
-all: dirs pofiles
+all: version dirs pofiles
+
+version:
+ echo "RELEASE='$(VERSION)'" > lib/version.py
dirs:
@for n in . $(DIRS); do \
@@ -84,6 +87,7 @@ install:
# for PYLIBFILES isodumper.py raw_write.py
mkdir -p $(DESTDIR)$(PYLIBDIR)/isodumper
install -m 755 lib/isodumper.py $(DESTDIR)$(PYLIBDIR)/isodumper
+ install -m 755 lib/version.py $(DESTDIR)$(PYLIBDIR)/isodumper
install -m 755 backend/raw_write.py $(DESTDIR)$(PYLIBDIR)/isodumper
# for LIBFILES raw_format.py