1
0
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:
kojima
2000-04-02 20:41:48 +00:00
parent 47e33ab485
commit 97afbce72e
5 changed files with 547 additions and 434 deletions

View File

@@ -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