mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-06 08:15:56 +01:00
0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
This commit is contained in:
18
Makefile.am
18
Makefile.am
@@ -2,15 +2,23 @@
|
||||
|
||||
SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc
|
||||
|
||||
EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS Install acconfig.h\
|
||||
EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.OPL \
|
||||
Install acconfig.h\
|
||||
mkpatch README.KDE README.GNOME WindowMaker.lsm.in\
|
||||
docklib-0.0.tar.gz
|
||||
docklib-0.2.tar.gz
|
||||
|
||||
|
||||
windowmaker.lsm:
|
||||
WindowMaker.lsm: WindowMaker.lsm.in
|
||||
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.lsm
|
||||
WindowMaker.lsm.in > WindowMaker-$(VERSION).lsm
|
||||
|
||||
dist-hook:
|
||||
touch `find -name configure.in -print`
|
||||
touch `find -name aclocal.m4 -print`
|
||||
touch `find -name Makefile.am -print`
|
||||
touch `find -name Makefile.in -print`
|
||||
touch `find -name configure -print`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user