~eloaders/i-nex/I-Nex

687 by eloaders
Makefile fixes
1
#!/usr/bin/make -f
2
include ../i-nex.mk
401 by eloaders
Fix
3
install:
692 by eloaders
Fix pixmaps dir
4
	mkdir -p ${DESTDIR}$(PREFIX)/share/pixmaps
687 by eloaders
Makefile fixes
5
	${INSTALL} 644 i-nex.png $(DESTDIR)$(PREFIX)/share/pixmaps/
6
	${INSTALL} 644 i-nex-16.png $(DESTDIR)$(PREFIX)/share/pixmaps/
7
	${INSTALL} 644 i-nex-32.png $(DESTDIR)$(PREFIX)/share/pixmaps/
8
	${INSTALL} 644 i-nex-128.png $(DESTDIR)$(PREFIX)/share/pixmaps/
526 by eloaders
MK dir changelogs, new i-nex icon etc
9
	
401 by eloaders
Fix
10
uninstall:
526 by eloaders
MK dir changelogs, new i-nex icon etc
11
687 by eloaders
Makefile fixes
12
	if test -f $(DESTDIR)$(PREFIX)/share/pixmaps/i-nex-16.png ; then ${RM} $(DESTDIR)$(PREFIX)/share/pixmaps/i-nex-16.png ; fi
13
	if test -f ${DESTDIR}$(PREFIX)/share/pixmaps/i-nex-32.png ; then ${RM} $(DESTDIR)$(PREFIX)/share/pixmaps/i-nex-32.png ; fi
14
	if test -f ${DESTDIR}$(PREFIX)/share/pixmaps/i-nex-128.png ; then ${RM} $(DESTDIR)$(PREFIX)/share/pixmaps/i-nex-128.png ; fi