mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Similarly to the previous patch that changed the section for the core man pages, this patch updates the translated man pages. Took opportunity to re-order alphabetically the files in the Makefile because it eases maintenance. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
18 lines
238 B
Makefile
18 lines
238 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
mandir=@mandir@/cs
|
|
|
|
man_MANS = \
|
|
geticonset.1 \
|
|
getstyle.1 \
|
|
seticons.1 \
|
|
setstyle.1 \
|
|
wdwrite.1 \
|
|
wmaker.1 \
|
|
wmsetbg.1 \
|
|
wxcopy.1 \
|
|
wxpaste.1
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
|