Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
d2989f0d
Commit
d2989f0d
authored
Nov 24, 2010
by
Austin English
Committed by
Alexandre Julliard
Nov 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winefile: Add a manpage.
parent
82415fff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
0 deletions
+32
-0
.gitignore
.gitignore
+1
-0
Makefile.in
programs/winefile/Makefile.in
+12
-0
winefile.man.in
programs/winefile/winefile.man.in
+19
-0
No files found.
.gitignore
View file @
d2989f0d
...
...
@@ -273,6 +273,7 @@ programs/winedbg/dbg.tab.c
programs/winedbg/dbg.tab.h
programs/winedbg/debug.yy.c
programs/winedbg/winedbg.man
programs/winefile/winefile.man
programs/winemine/winemine.man
programs/winetest/*_test.exe
programs/winetest/*_test.rc
...
...
programs/winefile/Makefile.in
View file @
d2989f0d
...
...
@@ -33,6 +33,18 @@ RC_SRCS = \
Zh.rc
\
rsrc.rc
MANPAGES
=
winefile.man
SVG_SRCS
=
winefile.svg
@MAKE_PROG_RULES@
all
:
$(MANPAGES)
install-man-pages
::
$(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
$(INSTALL_DATA)
winefile.man
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/winefile.
$(prog_manext)
@WOW64_DISABLE@ install install-lib
::
install-man-pages
uninstall
::
$(RM)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/winefile.
$(prog_manext)
programs/winefile/winefile.man.in
0 → 100644
View file @
d2989f0d
.TH WINEFILE 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
winefile \- Wine File Manager
.SH SYNOPSIS
.BR "winefile \fl[Unix\ path]\fR"
.BR "winefile \fl[Win32\ path]\fR"
.SH DESCRIPTION
.B winefile
is the Wine file manager, with a similar design to early Microsoft Windows explorer.
.SH USAGE
.B You can pass winefile either a Unix or Win32 path, for example:
.B Using a Unix path: winefile /mnt/hda1
.B Using a Win32 path: winefile C:\(rs\(rswindows\(rs\(rs\
.SH "SEE ALSO"
.BR wine(1)
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