add manpages for epist and for xftlsfonts
This commit is contained in:
parent
963473ba55
commit
9af4075917
4 changed files with 62 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
CLEANFILES = openbox.1
|
CLEANFILES = openbox.1
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
man_MANS = openbox.1 bsetroot.1 bsetbg.1
|
man_MANS = openbox.1 bsetroot.1 bsetbg.1 xftlsfonts.1
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
|
|
||||||
DEFAULT_MENU=$(pkgdatadir)/menu
|
DEFAULT_MENU=$(pkgdatadir)/menu
|
||||||
|
|
28
doc/xftlsfonts.1
Normal file
28
doc/xftlsfonts.1
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
.TH xftlsfonts 1 "August 2002" "xftlsfonts" "v1.0"
|
||||||
|
.SH NAME
|
||||||
|
xftlsfonts - display Xft fonts found
|
||||||
|
.SH SYNOPSIS
|
||||||
|
\fBxftlsfonts\fR [options]
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBxftlsfonts\fR is intended to display the Xft fonts that the X Window System
|
||||||
|
currently supports.
|
||||||
|
.SH OPTIONS
|
||||||
|
.TP
|
||||||
|
\fB\-style\fR
|
||||||
|
Show possible styles for each of the fonts.
|
||||||
|
.TP
|
||||||
|
\fB\-slant\fR
|
||||||
|
Show the slant for each of the fonts.
|
||||||
|
.TP
|
||||||
|
\fB\-weight\fR
|
||||||
|
Show the weight for each of the fonts.
|
||||||
|
.TP
|
||||||
|
\fB\-file\fR
|
||||||
|
Show which file contains each of the fonts.
|
||||||
|
.TP
|
||||||
|
.SH CONFIGURATION
|
||||||
|
\fIxftlsfonts\fR will work without any arguments, assuming a default behaviour.
|
||||||
|
.SH AUTHOR
|
||||||
|
The author of xftlsfonts is Ben Jansens <\fIben@orodu.net\fB>.
|
||||||
|
.SH SEE ALSO
|
||||||
|
\fIopenbox\fR(1)
|
|
@ -2,11 +2,15 @@
|
||||||
|
|
||||||
DEFAULT_RC=$(pkgdatadir)/epistrc
|
DEFAULT_RC=$(pkgdatadir)/epistrc
|
||||||
|
|
||||||
|
CLEANFILES = epist.1
|
||||||
|
|
||||||
CPPFLAGS= @CPPFLAGS@ @DEBUG@ -DDEFAULTRC=\"$(DEFAULT_RC)\"
|
CPPFLAGS= @CPPFLAGS@ @DEBUG@ -DDEFAULTRC=\"$(DEFAULT_RC)\"
|
||||||
|
|
||||||
#EXTRA_PROGRAMS = epist
|
#EXTRA_PROGRAMS = epist
|
||||||
bin_PROGRAMS = epist
|
bin_PROGRAMS = epist
|
||||||
|
|
||||||
|
man_MANS = epist.1
|
||||||
|
|
||||||
epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc yacc_parser.cc parser.cc keytree.cc lex.yy.c
|
epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc yacc_parser.cc parser.cc keytree.cc lex.yy.c
|
||||||
epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \
|
epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \
|
||||||
../../src/Util.o ../../src/i18n.o ../../src/Timer.o \
|
../../src/Util.o ../../src/i18n.o ../../src/Timer.o \
|
||||||
|
@ -19,6 +23,10 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -f *\~ .\#*
|
rm -f *\~ .\#*
|
||||||
|
|
||||||
|
epist.1: epist.1.in
|
||||||
|
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," \
|
||||||
|
epist.1.in > epist.1
|
||||||
|
|
||||||
install-data-local: epistrc
|
install-data-local: epistrc
|
||||||
test -f $(DESTDIR)$(pkgdatadir)/epistrc || \
|
test -f $(DESTDIR)$(pkgdatadir)/epistrc || \
|
||||||
$(INSTALL_DATA) epistrc $(DESTDIR)$(pkgdatadir)
|
$(INSTALL_DATA) epistrc $(DESTDIR)$(pkgdatadir)
|
||||||
|
|
25
util/epist/epist.1.in
Normal file
25
util/epist/epist.1.in
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
.TH epist 1 "August 2002" "epist" "v0.0"
|
||||||
|
.SH NAME
|
||||||
|
epist - NetWM keybindings grabber
|
||||||
|
.SH SYNOPSIS
|
||||||
|
\fBepist\fR [options]
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBepist\fR is intended to provide keygrabbing for the OpenBox window manager
|
||||||
|
for the X Windows System. This allows you to control things with keypresses
|
||||||
|
rather than the mouse.
|
||||||
|
.SH OPTIONS
|
||||||
|
.TP
|
||||||
|
\fB\-display\fR \fIXdisplay\fR
|
||||||
|
\fIX display\fR is connected to by epist instead of $DISPLAY.
|
||||||
|
.TP
|
||||||
|
\fB\-rc\fR \fIrcfile\fR
|
||||||
|
\fIrcfile\fR is used as the keybindings configuration.
|
||||||
|
.TP
|
||||||
|
.SH CONFIGURATION
|
||||||
|
\fBepist\fR will read its configuration from \fI~/.openbox/epistrc\fR otherwise
|
||||||
|
a default configuration, installed in \fI@pkgdatadir@/epistrc\fR
|
||||||
|
will be used.
|
||||||
|
.SH AUTHOR
|
||||||
|
The author of epist is openbox-devel <openbox-devel@sunsite.dk>.
|
||||||
|
.SH SEE ALSO
|
||||||
|
\fIopenbox\fR(1)
|
Loading…
Reference in a new issue