mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-03 20:34:14 +01:00
- Fixed focus handling for windows that set WM_HINTS.take_focus = False.
- Misc fixes. - Improved a bit the python wrapper. - Build po files before 'make install'
This commit is contained in:
@@ -2,7 +2,7 @@ CATALOGS = @WPMOFILES@
|
||||
|
||||
nlsdir = $(NLSDIR)
|
||||
|
||||
CLEANFILES = $(CATALOGS)
|
||||
CLEANFILES = WPrefs.pot $(CATALOGS)
|
||||
|
||||
EXTRA_DIST = pt.po hr.po fr.po ko.po cs.po ja.po zh_TW.Big5.po es.po\
|
||||
zh_CN.po fi.po it.po ru.po de.po hu.po bg.po sk.po\
|
||||
@@ -36,6 +36,8 @@ SUFFIXES = .po .mo
|
||||
msgfmt -o $@ $<
|
||||
|
||||
|
||||
all-local: $(CATALOGS)
|
||||
|
||||
WPrefs.pot: $(POTFILES)
|
||||
xgettext --default-domain=WPrefs \
|
||||
--add-comments --keyword=_ $(POTFILES)
|
||||
|
||||
Reference in New Issue
Block a user