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
1c0f2fe1
Commit
1c0f2fe1
authored
Jan 10, 2008
by
Jonathan Ernst
Committed by
Alexandre Julliard
Jan 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loader: New French man page for wine.
parent
3b4011ee
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
.gitignore
.gitignore
+1
-0
Makefile.in
loader/Makefile.in
+8
-2
wine.fr.man.in
loader/wine.fr.man.in
+0
-0
No files found.
.gitignore
View file @
1c0f2fe1
...
...
@@ -653,6 +653,7 @@ loader/wine-preloader-installed
loader/wine-pthread
loader/wine-pthread-installed
loader/wine.de.man
loader/wine.fr.man
loader/wine.man
programs/Makeprog.rules
programs/clock/clock
...
...
loader/Makefile.in
View file @
1c0f2fe1
...
...
@@ -32,12 +32,16 @@ PROGRAMS = \
wine-pthread
\
wine-pthread-installed
MANPAGES
=
wine.man wine.de.man
MANPAGES
=
\
wine.man
\
wine.de.man
\
wine.fr.man
INSTALLDIRS
=
\
$(DESTDIR)$(bindir)
\
$(DESTDIR)$(mandir)
/man
$(prog_manext)
\
$(DESTDIR)$(mandir)
/de.UTF-8/man
$(prog_manext)
$(DESTDIR)$(mandir)
/de.UTF-8/man
$(prog_manext)
\
$(DESTDIR)$(mandir)
/fr.UTF-8/man
$(prog_manext)
all
:
$(WINE_BINARIES) $(WINE_BINARIES:%=%-installed) $(MODULE) $(MANPAGES)
...
...
@@ -85,11 +89,13 @@ install:: $(WINE_BINARIES:%=%-installed) $(MANPAGES) $(INSTALLDIRS)
done
$(INSTALL_DATA)
wine.man
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wine.
$(prog_manext)
$(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)
uninstall
::
-
cd
$(DESTDIR)$(bindir)
&&
$(RM)
$(WINE_BINARIES)
$(MODULE)
$(RM)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wine.
$(prog_manext)
$(RM)
$(DESTDIR)$(mandir)
/de.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
$(RM)
$(DESTDIR)$(mandir)
/fr.UTF-8/man
$(prog_manext)
/wine.
$(prog_manext)
clean
::
$(RM)
version.c version-stamp
...
...
loader/wine.fr.man.in
0 → 100644
View file @
1c0f2fe1
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