Fixed Makefile for MatterLinux packaging
This commit is contained in:
parent
8da91e43f9
commit
70ed2bec08
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ PO_FILES = $(wildcard locale/*/*/*.po)
|
||||
|
||||
dist/xcfg: $(SRCS) $(HEADERS) $(PO_FILES)
|
||||
mkdir -p dist
|
||||
gcc $(CFLAGS) $(SRCS) -o $@ -lcurses -lmenu -lm
|
||||
gcc $(CFLAGS) $(SRCS) -o $@ -lncurses -lmenu -lm
|
||||
mkdir -p locale
|
||||
xgettext -k_ -c $(SRCS) -o locale/xcfg.pot
|
||||
@for po in $(PO_DIRS) ; do \
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-20 20:59+0300\n"
|
||||
"POT-Creation-Date: 2024-02-20 21:22+0300\n"
|
||||
"PO-Revision-Date: 2024-02-20 20:36+0300\n"
|
||||
"Last-Translator: <ngn@ngn.tf>\n"
|
||||
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
|
||||
|
Loading…
Reference in New Issue
Block a user