Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
wine
wine-winehq
Commits
441f735f
Commit
441f735f
authored
Jun 05, 2011
by
Łukasz Wojniłowicz
Committed by
Alexandre Julliard
Jun 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loader: Add Polish translation.
parent
bb063b99
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Makefile.in
loader/Makefile.in
+6
-2
wine.pl.man.in
loader/wine.pl.man.in
+0
-0
No files found.
loader/Makefile.in
View file @
441f735f
...
...
@@ -18,13 +18,15 @@ MANPAGE = wine.man
EXTRA_MANPAGES
=
\
wine.de.man
\
wine.fr.man
wine.fr.man
\
wine.pl.man
INSTALLDIRS
=
\
$(DESTDIR)$(bindir)
\
$(DESTDIR)$(mandir)
/man
$(prog_manext)
\
$(DESTDIR)$(mandir)
/de.UTF-8/man
$(prog_manext)
\
$(DESTDIR)$(mandir)
/fr.UTF-8/man
$(prog_manext)
$(DESTDIR)$(mandir)
/fr.UTF-8/man
$(prog_manext)
\
$(DESTDIR)$(mandir)
/pl.UTF-8/man
$(prog_manext)
all
:
$(MAIN_BINARY) wine-installed $(EXTRA_BINARIES)
...
...
@@ -53,8 +55,10 @@ install install-lib:: wine-installed $(DESTDIR)$(bindir) $(EXTRA_BINARIES:%=__in
install-man-pages
::
$(EXTRA_MANPAGES) $(INSTALLDIRS) dummy
$(INSTALL_DATA)
wine.de.man
$(DESTDIR)$(mandir)
/de.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
$(INSTALL_DATA)
wine.fr.man
$(DESTDIR)$(mandir)
/fr.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
$(INSTALL_DATA)
wine.pl.man
$(DESTDIR)$(mandir)
/pl.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
uninstall
::
-
cd
$(DESTDIR)$(bindir)
&&
$(RM)
$(MAIN_BINARY)
$(EXTRA_BINARIES)
$(RM)
$(DESTDIR)$(mandir)
/de.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
$(RM)
$(DESTDIR)$(mandir)
/fr.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
$(RM)
$(DESTDIR)$(mandir)
/pl.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
loader/wine.pl.man.in
0 → 100644
View file @
441f735f
This diff is collapsed.
Click to expand it.
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