28b0af948e
Apparently some distros like Debian provide C.UTF-8 but it isn't actually fully supported by glibc and thus is not available on all systems, neither Gentoo nor Fedora provide it. https://sourceware.org/bugzilla/show_bug.cgi?id=17318
7 lines
248 B
Text
7 lines
248 B
Text
# Special Makefile rules for transforming German typography into Swiss one.
|
|
|
|
DISTFILES.common.extra2 = swiss.sed Rules-swiss
|
|
|
|
de_CH.po-create: de.po swiss.sed
|
|
LC_ALL=en_US.UTF-8 $(MSGFILTER) -i $< -o $(srcdir)/de_CH.po sed -f $(srcdir)/swiss.sed
|
|
|