A set of tools for configuring the Logitech G19 keyboard. Based in: https://github.com/Gnome15/gnome15
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
812 B

EXTRA_DIST = colorpicker.en_GB.po \
gnome15.en_GB.po \
gnome15-drivers.en_GB.po \
driver_g15.en_GB.po \
driver_g15direct.en_GB.po \
driver_g19.en_GB.po \
driver_g930.en_GB.po \
driver_g19direct.en_GB.po \
driver_gtk.en_GB.po \
driver_kernel.en_GB.po \
g15-config.en_GB.po \
macro-editor.en_GB.po
all-local:
for M_LOCALE in @ENABLED_LOCALES@; do \
mkdir -p $$M_LOCALE/LC_MESSAGES ; \
for M_PO in "$(abs_srcdir)"/*.po; do \
BN=`basename $$M_PO .po`; \
LL=`basename $$BN .$$M_LOCALE`.mo; \
echo "$$M_PO -> $$LL"; \
msgfmt $$M_PO --output-file $$M_LOCALE/LC_MESSAGES/$$LL; \
done; \
done
install-exec-hook:
for M_LOCALE in @ENABLED_LOCALES@; do \
mkdir -p $(DESTDIR)$(datadir)/gnome15/i18n; \
cp -pR $$M_LOCALE $(DESTDIR)$(datadir)/gnome15/i18n; \
done