mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-25 10:01:26 +02:00
a3246cfe3b
Let's remove the configuration options about "sound" from WPrefs (as it was never fully functionall anyway) and from configuration files. Remove also the xpm and tiff icons.
77 lines
1.3 KiB
Makefile
77 lines
1.3 KiB
Makefile
tiffdatadir = $(wprefs_datadir)/tiff
|
|
|
|
EXTRA_DIST = \
|
|
advancetonewworkspace.tiff \
|
|
animations.tiff \
|
|
appearance.tiff \
|
|
clip.tiff \
|
|
configs.tiff \
|
|
cycleworkspaces.tiff \
|
|
dock.tiff \
|
|
dontlinkworkspaces.tiff \
|
|
ergonomic.tiff \
|
|
expert.tiff \
|
|
fonts.tiff \
|
|
iconprefs.tiff \
|
|
keyboard.tiff \
|
|
keyboardprefs.tiff \
|
|
keyshortcuts.tiff \
|
|
menualign1.tiff \
|
|
menualign2.tiff \
|
|
menuprefs.tiff \
|
|
menus.tiff \
|
|
moreanim.tiff \
|
|
mousesettings.tiff \
|
|
mousespeed.tiff \
|
|
msty1.tiff \
|
|
msty2.tiff \
|
|
msty3.tiff \
|
|
newstyle.tiff \
|
|
nonopaque.tiff \
|
|
oldstyle.tiff \
|
|
opaque.tiff \
|
|
paths.tiff \
|
|
smooth.tiff \
|
|
speed0.tiff \
|
|
speed0s.tiff \
|
|
speed1.tiff \
|
|
speed1s.tiff \
|
|
speed2.tiff \
|
|
speed2s.tiff \
|
|
speed3.tiff \
|
|
speed3s.tiff \
|
|
speed4.tiff \
|
|
speed4s.tiff \
|
|
tdel.tiff \
|
|
tedit.tiff \
|
|
textr.tiff \
|
|
theme.tiff \
|
|
timer0.tiff \
|
|
timer0s.tiff \
|
|
timer1.tiff \
|
|
timer1s.tiff \
|
|
timer2.tiff \
|
|
timer2s.tiff \
|
|
timer3.tiff \
|
|
timer3s.tiff \
|
|
timer4.tiff \
|
|
timer4s.tiff \
|
|
timer5.tiff \
|
|
timer5s.tiff \
|
|
tnew.tiff \
|
|
whandling.tiff \
|
|
windowfocus.tiff \
|
|
workspace.tiff \
|
|
workspacename.tiff \
|
|
xis.tiff
|
|
|
|
TIFF_FILES=
|
|
|
|
tiffdata_DATA=$(TIFF_FILES)
|
|
|
|
install-data-local:
|
|
if [ @ICONEXT@ = "tiff" -a x"$(TIFF_FILES)" = "x" ] ; then\
|
|
$(MAKE) install-data TIFF_FILES="$(EXTRA_DIST)";\
|
|
fi
|
|
|