Commit d2989f0d authored by Austin English's avatar Austin English Committed by Alexandre Julliard

winefile: Add a manpage.

parent 82415fff
......@@ -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)
.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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment