facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
29 lines
385 B
Makefile
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
|