mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-24 09:01:12 +00:00
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
# 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=C.UTF-8 $(MSGFILTER) -i $< -o $(srcdir)/de_CH.po sed -f $(srcdir)/swiss.sed
|
|
|