mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 12:54:20 +01:00
updated finnish translation
made make install only install icons of suported format
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
xpmdatadir = $(wprefsdir)/xpm
|
||||
|
||||
xpmdata_DATA = \
|
||||
|
||||
EXTRA_DIST = \
|
||||
advancetonewworkspace.xpm \
|
||||
animations.xpm \
|
||||
appearance.xpm \
|
||||
@@ -66,4 +67,13 @@ xpmdata_DATA = \
|
||||
workspacename.xpm \
|
||||
xis.xpm
|
||||
|
||||
EXTRA_DIST = $(xpmdata_DATA)
|
||||
|
||||
XPM_FILES=
|
||||
|
||||
xpmdata_DATA=$(XPM_FILES)
|
||||
|
||||
install-data-local:
|
||||
if [ @ICONEXT@ = "xpm" -a x"$(XPM_FILES)" = "x" ] ; then\
|
||||
$(MAKE) install-data XPM_FILES="$(EXTRA_DIST)";\
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user