mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 21:01:24 +03:00
c7c49c48da
only useful when we're building from source, as opposed to building a distribution; also, tweak doc/Makefile.am and doc/man/Makefile.am to remove usage of the += operator again git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3819 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
8 lines
98 B
Makefile
8 lines
98 B
Makefile
if USE_COLOR
|
|
SUBDIRS = man syntax texinfo
|
|
else
|
|
SUBDIRS = man texinfo
|
|
endif
|
|
|
|
EXTRA_DIST = faq.html
|