mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
- Added note about new libPropList requirement in NEWS, so bonehead users will maybe stop flooding the bug tracker and the mailing lists with their crap.
18 lines
386 B
Makefile
18 lines
386 B
Makefile
|
|
defsdatadir = $(pkgdatadir)/IconSets
|
|
|
|
defsdata_DATA = Default.iconset
|
|
|
|
EXTRA_DIST =
|
|
|
|
CLEANFILES = Default.iconset
|
|
|
|
Default.iconset: $(top_builddir)/WindowMaker/Defaults/WMWindowAttributes
|
|
-rm -f Default.iconset
|
|
echo '{' > Default.iconset
|
|
grep Icon $(top_builddir)/WindowMaker/Defaults/WMWindowAttributes >> Default.iconset
|
|
echo '}' >> Default.iconset
|
|
chmod 644 Default.iconset
|
|
|
|
|