Files
RedBear-OS/local/recipes/tui/mc/source/doc/man/Makefile.am
T
vasilito 04b7641e85 config: add x11proto dependency for libxau and SDDM
- Add x11proto to redbear-full.toml package list
- libxau recipe updated with x11proto dependency and custom build script
- Fixes libxau build failure: 'Package xproto was not found'
2026-06-20 14:57:46 +03:00

29 lines
385 B
Makefile

DIST_SUBDIRS = es hu it pl ru sr
if USE_NLS
SUBDIRS = $(DOC_LINGUAS)
endif
man_MANS = mc.1 mcview.1
if USE_INTERNAL_EDIT
man_MANS += mcedit.1
endif
if USE_DIFF
man_MANS += mcdiff.1
endif
CLEANFILES = $(man_MANS)
EXTRA_DIST = \
date-of-man-include.am \
mc.1.in \
mcedit.1.in \
mcview.1.in \
mcdiff.1.in
DATE_LANG=en_US.UTF-8
DATE_FORMAT=%B %Y
include date-of-man-include.am