Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
82415fff
Commit
82415fff
authored
Nov 24, 2010
by
Austin English
Committed by
Alexandre Julliard
Nov 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemine: Add a manpage.
parent
9517305c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
.gitignore
.gitignore
+1
-0
Makefile.in
programs/winemine/Makefile.in
+12
-0
winemine.man.in
programs/winemine/winemine.man.in
+11
-0
No files found.
.gitignore
View file @
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/winemine/winemine.man
programs/winetest/*_test.exe
programs/winetest/*_test.rc
programs/winetest/build.nfo
...
...
programs/winemine/Makefile.in
View file @
82415fff
...
...
@@ -33,6 +33,18 @@ RC_SRCS = \
Zh.rc
\
rsrc.rc
MANPAGES
=
winemine.man
SVG_SRCS
=
winemine.svg
@MAKE_PROG_RULES@
all
:
$(MANPAGES)
install-man-pages
::
$(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
$(INSTALL_DATA)
winemine.man
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/winemine.
$(prog_manext)
@WOW64_DISABLE@ install install-lib
::
install-man-pages
uninstall
::
$(RM)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/winemine.
$(prog_manext)
programs/winemine/winemine.man.in
0 → 100644
View file @
82415fff
.TH WINEMINE 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
winemine \- Wine Minesweeper game
.SH SYNOPSIS
.BR winemine
.SH DESCRIPTION
.B winemine
is the Wine Minesweeper game. The object of the game is to try to find all the hidden mines by
uncovering the tiles to see how many mines each tile is adjacent to, without uncovering a mine.
.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