Skip to content

Commit 3351a32

Browse files
committed
do not do substitutions
1 parent 979ff5e commit 3351a32

File tree

3 files changed

+47
-53
lines changed

3 files changed

+47
-53
lines changed

doc/Makefile.am

+11-13
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@ dist_man5_MANS = $(adwm_man5_files)
1818

1919
SUFFIXES = .man .pod
2020

21-
adwm.man: MANTITLE = User Commands
22-
adwm.man: MANSECTION = 1
21+
adwm.man: TITLE = User Commands
22+
adwm.man: SECTION = 1
2323
adwm.man: adwm.pod
2424

25-
adwm-config.man: MANTITLE = File Formats
26-
adwm-config.man: MANSECTION = 5
25+
adwm-config.man: TITLE = File Formats
26+
adwm-config.man: SECTION = 5
2727
adwm-config.man: adwm-config.pod
2828

29-
adwm-keys.man: MANTITLE = File Formats
30-
adwm-keys.man: MANSECTION = 5
29+
adwm-keys.man: TITLE = File Formats
30+
adwm-keys.man: SECTION = 5
3131
adwm-keys.man: adwm-keys.pod
3232

33-
adwm-style.man: MANTITLE = File Formats
34-
adwm-style.man: MANSECTION = 5
33+
adwm-style.man: TITLE = File Formats
34+
adwm-style.man: SECTION = 5
3535
adwm-style.man: adwm-style.pod
3636

3737

3838
.pod.man:
3939
$(AM_V_GEN)pod2man \
40-
--center="$(MANTITLE)" \
40+
--center="$(TITLE)" \
4141
--date="$(DATE)" \
4242
--errors="none" \
4343
--fixed="CW" \
@@ -46,10 +46,8 @@ adwm-style.man: adwm-style.pod
4646
--fixedbolditalic="CX" \
4747
--nourls \
4848
--release="$(PACKAGE) $(VERSION)" \
49-
--section="$(MANSECTION)" \
50-
$< \
51-
|sed 's,[@]PACKAGE[@],$(PACKAGE),g;s,[@]VERSION[@],$(VERSION),g;s,[@]DATE[@],$(DATE),g;s,[@]BRANCH[@],$(BRANCH),g' \
52-
>$@
49+
--section="$(SECTION)" \
50+
$< >$@
5351

5452
CLEANFILES = $(adwm_man1_files) $(adwm_man5_files)
5553

doc/adwm-config.pod

+23-27
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
=head1 NAME
22

3-
B<@PACKAGE@-config> -- advanced dynamic window manager for X: configuration
3+
B<adwm-config> -- advanced dynamic window manager for X: configuration
44

55
=head1 SYNOPSIS
66

77
F<$HOME/.adwm/adwmrc>
88

99
=head1 DESCRIPTION
1010

11-
B<@PACKAGE@> is a light-weight reparenting, dynamic tiling/stacking
12-
window manager intended on being fully controllable using only the
13-
keyboard: the objective of all dynamic tiling window managers. However,
14-
B<@PACKAGE@> also supports regular stacking floating window management
15-
as well, and point actions are supported on decorative borders.
11+
B<adwm> is a light-weight re-parenting, dynamic tiling/stacking window
12+
manager intended on being fully controllable using only the keyboard:
13+
the objective of all dynamic tiling window managers. However, B<adwm>
14+
also supports regular stacking floating window management as well, and
15+
point actions are supported on decorative borders.
1616

1717
Customization of configuration is defined in an X Resource formatted
1818
configuration file. Configuration is part of a main configuration file.
@@ -30,7 +30,7 @@ L<adwm-style(5)>.
3030
=head1 SYNTAX
3131

3232
The general syntax of configuration directives, as specified directly in
33-
the B<@PACKAGE@> resource file, is as follows:
33+
the B<adwm> resource file, is as follows:
3434

3535
=over
3636

@@ -231,7 +231,7 @@ from zero (0) to the total number of tags minus one. Example:
231231
=item [B<screenE<lt>sE<gt>.>]B<deflayout> I<E<lt>layoutE<gt>>
232232

233233
Specifies the default layout for views that have no layout defined for
234-
them. The argument, I<E<lt>layoutE<gt>>, is a single lowercase ascii
234+
them. The argument, I<E<lt>layoutE<gt>>, is a single lowercase ASCII
235235
character that designates the layout, that can be one of the following:
236236

237237
B<> B<'i'> stacking window arrangement;
@@ -259,7 +259,7 @@ When unspecified for a view, defaults to the setting of the B<deflayout>
259259
(usually floating/stacking). This is only the default setting for the
260260
view at startup: it is possible to use the key bindings to change the
261261
layout for a view. The argument, I<E<lt>layoutE<gt>>, is a single
262-
lowercase ascii character that designates the layout, that can be one of
262+
lowercase ASCII character that designates the layout, that can be one of
263263
the following:
264264

265265
B<> B<'i'> stacking window arrangement;
@@ -385,11 +385,11 @@ general directives are as follows:
385385

386386
=item B<useveil> I<E<lt>boolE<gt>>
387387

388-
B<@PACKAGE@> has the ability to raise a parent-relative window (veil)
389-
over the desktop work area before configuring window and then dropping
390-
the veil after windows are reconfigured. This serves to avoid
391-
unnecessary exposure events and to speed reconfiguration of the layout.
392-
On some versions of the X server, this has the reverse effect and causes
388+
B<adwm> has the ability to raise a parent-relative window (veil) over
389+
the desktop work area before configuring window and then dropping the
390+
veil after windows are reconfigured. This serves to avoid unnecessary
391+
exposure events and to speed reconfiguration of the layout. On some
392+
versions of the X server, this has the reverse effect and causes
393393
flickering and unnecessary exposure events. This option is present so
394394
that the veil behaviour can be set appropriately for a specific system.
395395

@@ -565,15 +565,15 @@ Adwm*B<snap>: I<5>
565565

566566
=item [B<screenE<lt>sE<gt>.>]B<dragdistance> I<E<lt>pixelsE<gt>>
567567

568-
When B<@PACKAGE@> receives a click on a title bar or resize grip, the
569-
action performed can depend on whether the pointer is dragged or whether
570-
the button is simply clicked. When clicking a mouse button, the pointer
571-
may mechanically move a small amount making it difficult to click in a
572-
title bar or resize grip. The drag distance, I<E<lt>pixelsE<gt>>, is
573-
the distance that the pointer can move while a button is depressed
574-
without the window manager considering the action to be a drag. This
575-
applies to all drags supported by the window manager. The default value
576-
is five (5) pixels.
568+
When B<adwm> receives a click on a title bar or resize grip, the action
569+
performed can depend on whether the pointer is dragged or whether the
570+
button is simply clicked. When clicking a mouse button, the pointer may
571+
mechanically move a small amount making it difficult to click in a title
572+
bar or resize grip. The drag distance, I<E<lt>pixelsE<gt>>, is the
573+
distance that the pointer can move while a button is depressed without
574+
the window manager considering the action to be a drag. This applies to
575+
all drags supported by the window manager. The default value is five
576+
(5) pixels.
577577
Example:
578578

579579
=over
@@ -646,10 +646,6 @@ Adwm*B<ncolumns>: I<3>
646646

647647
=back
648648

649-
=item [B<screenE<lt>sE<gt>.>]B<opacity> I<E<lt>floatE<gt>>
650-
651-
Not currently used.
652-
653649
=back
654650

655651
=head2 DOCK DIRECTIVES

doc/adwm-style.pod

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
=head1 NAME
22

3-
@PACKAGE@-style -- advanced dynamic window manager for X: styles
3+
adwm-style -- advanced dynamic window manager for X: styles
44

55
=head1 SYNOPSIS
66

77
F<$HOME/.adwm/stylerc>
88

99
=head1 DESCRIPTION
1010

11-
B<@PACKAGE@> is a light-weight, reparenting, dynamic tiling/stacking
12-
window manager, intended on being fully controllable using only the
13-
keyboard: the objective of all dynamic tiling window managers. However,
14-
B<@PACKAGE@> also supports regular stacking floating window management
15-
as well, and decorative frames are applied to windows in a number of
16-
circumstances. To control the styling of the decorative border,
17-
B<@PACKAGE@> supports customizable style elements.
11+
B<adwm> is a light-weight, reparenting, dynamic tiling/stacking window
12+
manager, intended on being fully controllable using only the keyboard:
13+
the objective of all dynamic tiling window managers. However, B<adwm>
14+
also supports regular stacking floating window management as well, and
15+
decorative frames are applied to windows in a number of circumstances.
16+
To control the styling of the decorative border, B<adwm> supports
17+
customizable style elements.
1818

1919
Decorative window borders can contain title text as well as buttons
2020
(defined as pixmaps) that can perform a number of predefined actions ont
2121
he window around which they appear. Customizable style elements exist
2222
to determine which pixmaps are displayed and under which conditions.
2323

24-
B<@PACKAGE@> directly supports a WindowMaker style "dock". Window Maker
25-
dock applications are reparented into tiles within the dock. These
26-
types also support customizable style elements.
24+
B<adwm> directly supports a WindowMaker style "dock". Window Maker dock
25+
applications are reparented into tiles within the dock. These types
26+
also support customizable style elements.
2727

2828
Customizable style elements are defined in an X Resource formatted
2929
configuration file. Styles can either be part of the main configuration
@@ -35,7 +35,7 @@ the F<$HOME/.adwm/stylerc> file). See L</FILES>, below.
3535
=head1 SYNTAX
3636

3737
The general syntax of style elements, as specified directly in the
38-
B<@PACKAGE@> resource file, is as follows:
38+
B<adwm> resource file, is as follows:
3939

4040
=over
4141

@@ -405,4 +405,4 @@ Brian Bidulock <[email protected]>
405405

406406
=cut
407407

408-
# vim: set ft=pod tw=72 spell:
408+
# vim: set nocin ft=pod tw=72 spell:

0 commit comments

Comments
 (0)