- Fixed wrong colors for text and tile with selected menu items
[wmaker-crm.git] / Makefile.am
blobdc5db54ebb08117ee71ae8256447b0fcc5311faf
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc\
4         contrib
6 EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.WTFPL \
7         Install INSTALL.pt README.pt FAQ.I18N.cs INSTALL.cs\
8         mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
9         README.definable-cursor \
10         FAQ.I18N.sk INSTALL.sk INSTALL.es INSTALL.fr
11 #       libwmfun-0.0.3.tar.gz
13 WindowMaker.lsm: WindowMaker.lsm.in
14         size=`wc -c $(distdir).tar.gz|cut -d\  -f1`;\
15         size=`echo scale=2\;$$size/1048576|bc`;\
16         sed -e "s/VERSION/"$(VERSION)"/" \
17                 -e "s/DATE/`date +%d%b%Y|tr a-z A-Z`/"\
18                 -e "s/SIZE/$$size M/"\
19                 WindowMaker.lsm.in > WindowMaker-$(VERSION).lsm