Files
wmaker/Makefile.am
T

22 lines
707 B
Makefile
Raw Normal View History

1998-09-29 22:36:29 +00:00
## Process this file with automake to produce Makefile.in
SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc\
2001-01-07 02:30:35 +00:00
contrib
1998-09-29 22:36:29 +00:00
2000-03-30 02:52:07 +00:00
EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.WTFPL \
1999-10-27 22:29:49 +00:00
Install acconfig.h INSTALL.pt README.pt\
2002-02-18 13:50:30 +00:00
FAQ.I18N.cs INSTALL.cs\
1999-01-25 19:06:50 +00:00
mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
2001-07-23 20:31:32 +00:00
README.definable-cursor \
FAQ.I18N.sk INSTALL.sk INSTALL.es INSTALL.fr
# libwmfun-0.0.3.tar.gz
1999-01-25 19:06:50 +00:00
WindowMaker.lsm: WindowMaker.lsm.in
1999-01-25 19:06:50 +00:00
size=`wc -c $(distdir).tar.gz|cut -d\ -f1`;\
size=`echo scale=2\;$$size/1048576|bc`;\
sed -e "s/VERSION/"$(VERSION)"/" \
-e "s/DATE/`date +%d%b%Y|tr a-z A-Z`/"\
-e "s/SIZE/$$size M/"\
WindowMaker.lsm.in > WindowMaker-$(VERSION).lsm