mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 14:51:36 +03:00
5e6434cf54
they're installed properly and nanorc.sample references them properly git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3604 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
8 lines
97 B
Makefile
8 lines
97 B
Makefile
SUBDIRS = man texinfo
|
|
|
|
if USE_COLOR
|
|
SUBDIRS += syntax
|
|
endif
|
|
|
|
EXTRA_DIST = faq.html nanorc.sample
|