mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
b29ea107b6
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4705 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
12 lines
122 B
Makefile
12 lines
122 B
Makefile
SUBDIRS = man
|
|
|
|
if HAVE_MAKEINFO
|
|
SUBDIRS += texinfo
|
|
endif
|
|
|
|
if USE_COLOR
|
|
SUBDIRS += syntax
|
|
endif
|
|
|
|
dist_html_DATA = faq.html
|