be89221aea
Based on the implementation of localization via Gettext contributed by Enrico Tröger, a few adjustments were made to allow Midori to be properly localized. Initially German is fully supported.
22 lines
442 B
Makefile
22 lines
442 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
SUBDIRS = katze src po
|
|
|
|
desktopdir = $(datadir)/applications
|
|
desktop_in_files = midori.desktop
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
DISTCLEANFILES = \
|
|
midori.desktop \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update
|
|
|
|
EXTRA_DIST = \
|
|
HACKING \
|
|
TODO \
|
|
midori.desktop.in \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in
|