mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-23 21:29:39 +03:00
9a4586557b
We do not provide an RPM package. And distros like Fedora, Mageia, and Suse have their own spec files -- they don't need ours. And in case anyone would like to create their own RPM package from nano, they can look at the spec files of those distros.
13 lines
213 B
Makefile
13 lines
213 B
Makefile
AUTOMAKE_OPTIONS = gnu no-dependencies
|
|
|
|
SUBDIRS = doc lib m4 po src
|
|
|
|
if USE_COLOR
|
|
SUBDIRS += syntax
|
|
endif
|
|
|
|
EXTRA_DIST = ChangeLog.1999-2006 ChangeLog.2007-2015 \
|
|
IMPROVEMENTS README.GIT
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|