Add russian manpage (although recursive build fails to work).

This commit is contained in:
grubert 2004-05-17 07:52:45 +00:00
parent 36a848c4a5
commit 949a932036
5 changed files with 1268 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# doc/Makefile.am for Fluxbox 0.9 - an X11 Window manager
SUBDIRS = ru
CLEANFILES = fluxbox.1
MAINTAINERCLEANFILES = Makefile.in
man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 \

View file

@ -123,6 +123,7 @@ On exit or restart, Fluxbox will save user defaults in the file
.I ~/.fluxbox/init
in the user's home directory.
Some resources in this file can be edited by hand.
.\" -----------------------
.SH USING FLUXBOX
Fluxbox includes keyboard handling. In order to customize your keybindings,
edit the file

View file

@ -387,6 +387,17 @@ toolbar.workspace.color: <color>
toolbar.workspace.colorTo: <color>
toolbar.workspace.borderWidth: <integer>
toolbar.workspace.borderColor: <color>
toolbar.button.size for fixed buttons in the toolbar
toolbar.button.borderWidth
toolbar.button.borderColor
toolbar.button
toolbar.button.color
toolbar.button.colorTo
toolbar.button.pixmap
toolbar.button.picColor
toolbar.button.pressed.color
toolbar.button.pressed.colorTo
toolbar.button.pressed
toolbar.iconbar.focused: <texture type>
toolbar.iconbar.focused.pixmap: <filename>
toolbar.iconbar.focused.color: <color>

11
doc/ru/Makefile.am Normal file
View file

@ -0,0 +1,11 @@
# doc/ru/Makefile.am for Fluxbox 0.9 - an X11 Window manager
CLEANFILES = fluxbox.1
MAINTAINERCLEANFILES = Makefile.in
man_MANS = fluxbox.1
EXTRA_DIST=fluxbox.1.in
distclean-local:
rm -f *\~
fluxbox.1: fluxbox.1.in
@regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," $(srcdir)/fluxbox.1.in > fluxbox.1

1243
doc/ru/fluxbox.1.in Normal file

File diff suppressed because it is too large Load diff