1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +01:00

misc bug fixes.

This commit is contained in:
dan
1999-09-18 20:37:23 +00:00
parent 5f4618e8e7
commit e230ca4245
5 changed files with 10 additions and 11 deletions

View File

@@ -221,7 +221,9 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
Default.iconset: $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes
-rm -f Default.iconset
grep Icon $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes > Default.iconset
echo '{' > Default.iconset
grep Icon $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes >> Default.iconset
echo '}' >> Default.iconset
chmod 644 Default.iconset
# Tell versions [3.59,3.63) of GNU make to not export all variables.