Update man/Makefile to track changes in mk/man.mk

This commit is contained in:
Kris Maglione 2010-06-27 17:08:54 -04:00
parent e1ea247994
commit 86d42bceb6
2 changed files with 12 additions and 13 deletions

View File

@ -2,13 +2,13 @@ ROOT=..
include $(ROOT)/mk/hdr.mk include $(ROOT)/mk/hdr.mk
include $(ROOT)/mk/wmii.mk include $(ROOT)/mk/wmii.mk
TARG = wmii.1 \ MANPAGES = wmii.1 \
wmiir.1 \ wmiir.1 \
wmii9menu.1\ wmii9menu.1\
wihack.1 \ wihack.1 \
wimenu.1 \ wimenu.1 \
wistrut.1 \ wistrut.1 \
witray.1 witray.1
$(TARG): Makefile $(ROOT)/mk/wmii.mk header.t2t $(TARG): Makefile $(ROOT)/mk/wmii.mk header.t2t

View File

@ -178,6 +178,8 @@ tab(^); ll.
Mod\-k^Move to a window \fIabove\fR the one currently focused Mod\-k^Move to a window \fIabove\fR the one currently focused
Mod\-space^Toggle between the managed and floating layers Mod\-space^Toggle between the managed and floating layers
Mod\-t \fI<tag>\fR^Move to the view of the given \fI<tag>\fR Mod\-t \fI<tag>\fR^Move to the view of the given \fI<tag>\fR
Mod\-n^Move to the next view
Mod\-b^Move to the previous view
Mod\-\fI\fI[0\-9]\fR\fR^Move to the view with the given number Mod\-\fI\fI[0\-9]\fR\fR^Move to the view with the given number
.TE .TE
@ -572,12 +574,9 @@ occupying all extra available space. The items are sorted
lexicographically. lexicographically.
.P .P
The files may be read to obtain the colors and text of the bars. The files may be read or written to obtain or alter the colors
The colors are at the beginning of the string, represented as a and text of the bars. The format is similar to the various \fIctl\fR
tuple of 3 hex color codes for the foreground, background, and files and should be self explanitory.
border, respectively. When writing the bar files, the colors may
be omitted if the text would not otherwise appear to contain
them.
.SH FILES .SH FILES
.TP .TP