Austin English : wineboot: Add a manpage.

Alexandre Julliard julliard at winehq.org
Fri Nov 26 10:20:04 CST 2010


Module: wine
Branch: master
Commit: 8d821bd933db1f0760601a3bd54aba028a962882
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8d821bd933db1f0760601a3bd54aba028a962882

Author: Austin English <austinenglish at gmail.com>
Date:   Thu Nov 25 08:02:08 2010 -0800

wineboot: Add a manpage.

---

 .gitignore                        |    1 +
 programs/wineboot/Makefile.in     |   12 ++++++++++++
 programs/wineboot/wineboot.man.in |   31 +++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index a505761..ab6c86d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -269,6 +269,7 @@ programs/rpcss/irot.h
 programs/rpcss/irot_s.c
 programs/services/svcctl.h
 programs/services/svcctl_s.c
+programs/wineboot/wineboot.man
 programs/winecfg/winecfg.man
 programs/winedbg/dbg.tab.c
 programs/winedbg/dbg.tab.h
diff --git a/programs/wineboot/Makefile.in b/programs/wineboot/Makefile.in
index ab79996..bd8632b 100644
--- a/programs/wineboot/Makefile.in
+++ b/programs/wineboot/Makefile.in
@@ -31,4 +31,16 @@ RC_SRCS = \
 	wineboot_Uk.rc \
 	wineboot_Zh.rc
 
+MANPAGES = wineboot.man
+
 @MAKE_PROG_RULES@
+
+all: $(MANPAGES)
+
+install-man-pages:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
+	$(INSTALL_DATA) wineboot.man $(DESTDIR)$(mandir)/man$(prog_manext)/wineboot.$(prog_manext)
+
+ at WOW64_DISABLE@ install install-lib:: install-man-pages
+
+uninstall::
+	$(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/wineboot.$(prog_manext)
diff --git a/programs/wineboot/wineboot.man.in b/programs/wineboot/wineboot.man.in
new file mode 100644
index 0000000..820ded3
--- /dev/null
+++ b/programs/wineboot/wineboot.man.in
@@ -0,0 +1,31 @@
+.TH WINEBOOT 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
+.SH NAME
+wineboot \- perform Wine initialization, startup, and shutdown tasks
+.SH SYNOPSIS
+.BR "wineboot "\fI[OPTION]\fR "
+.SH DESCRIPTION
+.B wineboot
+performs the initial creation and setup of a WINEPREFIX for wine(1). It can also perform a simulated
+reboot or shutdown to any applications running within the WINEPREFIX.
+.SH "SEE ALSO"
+.BR wine(1)
+.SH "OPTIONS"
+.IP \-h,\ \-\-help
+Display help message.
+.IP \-e,\ \-\-end\-session
+End the current session cleanly.
+.IP \-f,\ \-\-force
+Force exit for processes that don't exit cleanly
+.IP \-i,\ \-\-init
+Initialize the WINEPREFIX.
+.IP \-k,\  \-\-kill
+Kill running processes without any cleanup.
+.IP \-r,\ \-\-restart
+Restart only, don't do normal startup operations.
+.IP \-s,\ \-\-shutdown
+Shutdown only, don't reboot.
+.IP \-u,\ \-\-update
+Update the WINEPREFIX.
+
+.SH "SEE ALSO"
+.BR wine(1)




More information about the wine-cvs mailing list