mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
winecfg: Add a manpage.
This commit is contained in:
parent
d2989f0d09
commit
68daebb681
1
.gitignore
vendored
1
.gitignore
vendored
@ -269,6 +269,7 @@ programs/rpcss/irot.h
|
||||
programs/rpcss/irot_s.c
|
||||
programs/services/svcctl.h
|
||||
programs/services/svcctl_s.c
|
||||
programs/winecfg/winecfg.man
|
||||
programs/winedbg/dbg.tab.c
|
||||
programs/winedbg/dbg.tab.h
|
||||
programs/winedbg/debug.yy.c
|
||||
|
@ -43,8 +43,20 @@ RC_SRCS = \
|
||||
Zh.rc \
|
||||
winecfg.rc
|
||||
|
||||
MANPAGES = winecfg.man
|
||||
|
||||
SVG_SRCS = \
|
||||
logo.svg \
|
||||
winecfg.svg
|
||||
|
||||
@MAKE_PROG_RULES@
|
||||
|
||||
all: $(MANPAGES)
|
||||
|
||||
install-man-pages:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
|
||||
$(INSTALL_DATA) winecfg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winecfg.$(prog_manext)
|
||||
|
||||
@WOW64_DISABLE@ install install-lib:: install-man-pages
|
||||
|
||||
uninstall::
|
||||
$(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winecfg.$(prog_manext)
|
||||
|
13
programs/winecfg/winecfg.man.in
Normal file
13
programs/winecfg/winecfg.man.in
Normal file
@ -0,0 +1,13 @@
|
||||
.TH WINECFG 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
|
||||
.SH NAME
|
||||
winecfg \- Wine Configuration Editor
|
||||
.SH SYNOPSIS
|
||||
.BR "winecfg"
|
||||
.SH DESCRIPTION
|
||||
.B winecfg
|
||||
is the Wine configuration editor. It allows you to change several settings, such as DLL load order
|
||||
(native versus builtin), enable a virtual desktop, setup disk drives, and change the Wine audio driver,
|
||||
among others. Many of these settings can be made on a per application basis, for example, preferring native
|
||||
riched20.dll for wordpad.exe, but not for notepad.exe.
|
||||
.SH "SEE ALSO"
|
||||
.BR wine(1)
|
Loading…
Reference in New Issue
Block a user