Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
fd3a0c0c
Commit
fd3a0c0c
authored
Apr 03, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add initial po/Makefile
parent
6de8107e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
Makefile
po/Makefile
+29
-0
No files found.
po/Makefile
0 → 100644
View file @
fd3a0c0c
MSGFMT
=
msgfmt
-v
MSGMERGE
=
msgmerge
MSGMERGE_UPDATE
=
msgmerge
--update
MSGINIT
=
msginit
MSGCONV
=
msgconv
MSGFILTER
=
msgfilter
SCRIPTLIST
=
$(
shell
for
i
in
bin pack.d play.d repack.d
;
do
find ../
$$
i
-type
f
;
done
)
PROJECT
=
eepm
LANGUAGE
=
ru
all
:
$(PROJECT).mo
$(PROJECT).mo
:
$(PROJECT).po
$(MSGFMT)
-c
-o
t-
$@
$<
&&
mv
t-
$@
$@
$(PROJECT).pot
:
$(SCRIPTLIST) Makefile
echo
$(SCRIPTLIST)
| xargs xgettext
-a
-o
$@
--language
Shell
--from-code
=
utf-8
$^
$(PROJECT).po
:
$(PROJECT).pot
$(MSGMERGE_UPDATE)
$@
$<
install
:
$(PROJECT).mo
install
-D
$<
$(DESTDIR)$(datadir)
/locale/
$(LANGUAGE)
/LC_MESSAGES/
$<
clean
:
rm
-f
$(PROJECT)
.mo
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment