winefile: Add a manpage.
This commit is contained in:
parent
82415fff99
commit
d2989f0d09
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
.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)
|
Loading…
Reference in New Issue