2001-07-24 12:05:09 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
mandir=@mandir@/sk
|
|
|
|
|
|
|
|
|
|
man_MANS = \
|
2015-05-23 17:19:32 +02:00
|
|
|
geticonset.1 \
|
|
|
|
|
getstyle.1 \
|
|
|
|
|
seticons.1 \
|
|
|
|
|
setstyle.1 \
|
|
|
|
|
wdwrite.1 \
|
|
|
|
|
wmaker.1 \
|
|
|
|
|
wmsetbg.1 \
|
|
|
|
|
wxcopy.1 \
|
|
|
|
|
wxpaste.1
|
2001-07-24 12:05:09 +00:00
|
|
|
|
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
|
|
|
|