mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
68a8745f6d
Added doc/keybind-migration.txt file to describe new keybinding names used in mc.keymap.* files in 4.8.x series. Cosmetics: reordering of keymap section declarations to provide identical order totally in the source tree. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
8 lines
220 B
Makefile
8 lines
220 B
Makefile
DIST_SUBDIRS = hints man hlp
|
|
SUBDIRS = hints man hlp
|
|
|
|
DOCS = FAQ HACKING INSTALL INSTALL.FAST MAINTAINERS README.QNX keybind-migration.txt
|
|
EXTRA_DIST = $(DX_CONFIG) doxygen-include.am $(DOCS)
|
|
|
|
include doxygen-include.am
|