From 78fd74622dca5f2def261506c3f8d4c0a940a6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 14 Oct 2022 21:08:16 +0200 Subject: Change gettext '_' to 'G_'. Guile 3 reserves _ for other stuff. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8827603..aab3c17a 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ SKIP=--skip $(PWD)/tests/test/web-server.scm all: go_files static $(LOCALIZATIONS) $(MAKE) -C doc/ref -XGETTEXT_FLAGS = --from-code=UTF-8 --add-comments --indent -k_ +XGETTEXT_FLAGS = --from-code=UTF-8 --add-comments --indent -kG_ static: $(MAKE) -C static -- cgit v1.2.3