aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-12-08 08:21:48 +0100
committerPapoteur <papoteur@mageialinux-online.org>2015-12-08 08:21:48 +0100
commit44e12e0ca10e4b643286560f3630bb993948e2fc (patch)
tree44457e97f85deebd7593b1f59b3a43e0ffd05015 /Makefile
parentce1676ee092db853cf6b80d2496a43c1cf157edc (diff)
downloadisodumper-44e12e0ca10e4b643286560f3630bb993948e2fc.tar
isodumper-44e12e0ca10e4b643286560f3630bb993948e2fc.tar.gz
isodumper-44e12e0ca10e4b643286560f3630bb993948e2fc.tar.bz2
isodumper-44e12e0ca10e4b643286560f3630bb993948e2fc.tar.xz
isodumper-44e12e0ca10e4b643286560f3630bb993948e2fc.zip
Adapt environment to python3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index eb99a58..3da9f14 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,10 @@ SYSCONFDIR=/etc
DIRS = polkit
POFILES = po
+PACKAGE = isodumper
+VERSION = 0.50
+GITPATH = git://git.mageia.org/software/isodumper
+
all: dirs pofiles
dirs:
@@ -98,9 +102,7 @@ install:
mkdir -p $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps
install -m 644 isodumper.svg $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps/isodumper.svg
- mkdir $(SYSCONFDIR)/mpan/categories.d
- install -m 644 mpan/categories.conf.d/manadumper.conf $(SYSCONFDIR)/mpan/categories.d
-
+
# for isodumper.mo translations
for locale in share/locale/*; \
do \
@@ -111,7 +113,6 @@ install:
tar:
tar cvJf isodumper.tar.xz *
-
README.txt: README.md
pandoc -f markdown -t plain README.md -o README.txt