mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
These ones were not being installed during 'make install': * get-wings-flags.1 * get-wraster-flags.1 * get-wutil-flags.1 * upgrade-windowmaker-defaults.8 * wdread.1 * WindowMaker.1x * wmagnify.1x * wmgenmenu.1 * wmmenugen.1 * WPrefs.1x
28 lines
434 B
Makefile
28 lines
434 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = sk cs ru
|
|
|
|
man_MANS = \
|
|
geticonset.1x \
|
|
getstyle.1x \
|
|
get-wings-flags.1 \
|
|
get-wraster-flags.1 \
|
|
get-wutil-flags.1 \
|
|
seticons.1x \
|
|
setstyle.1x \
|
|
upgrade-windowmaker-defaults.8 \
|
|
wdread.1 \
|
|
wdwrite.1x \
|
|
WindowMaker.1x \
|
|
wmagnify.1x \
|
|
wmaker.1x \
|
|
wmgenmenu.1 \
|
|
wmmenugen.1 \
|
|
wmsetbg.1x \
|
|
WPrefs.1x \
|
|
wxcopy.1x \
|
|
wxpaste.1x
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
|