blob: c111809dfaf966b281ddca63e8f76b2e41d7493a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-aa,v 1.2 2001/03/11 16:59:04 mjl Exp $
--- doc/Makefile.am.orig Sun Mar 11 17:27:36 2001
+++ doc/Makefile.am Sun Mar 11 17:27:50 2001
@@ -1,16 +1,16 @@
## Process this file with automake to produce Makefile.in
man_MANS = \
- geticonset.1x \
- setstyle.1x \
- wxpaste.1x \
- getstyle.1x \
- wdwrite.1x \
- wmsetbg.1x \
- wsetfont.1x \
- seticons.1x \
- wmaker.1x \
- wxcopy.1x
+ geticonset.1 \
+ setstyle.1 \
+ wxpaste.1 \
+ getstyle.1 \
+ wdwrite.1 \
+ wmsetbg.1 \
+ wsetfont.1 \
+ seticons.1 \
+ wmaker.1 \
+ wxcopy.1
EXTRA_DIST = $(man_MANS)
|