1
1
nano/Makefile.am
Benno Schulenberg 7e8b1ed420 build: stop distributing the two old Changelogs
For installing and using nano, those two Changelogs are useless,
and for inspecting the history of nano, 'git log' is much better.

Only the most recent Changelog is somewhat useful for some users,
for walking in some detail through the changes that were made in
the last few versions.
2020-08-11 20:12:56 +02:00

18 строки
308 B
Makefile

AUTOMAKE_OPTIONS = gnu no-dependencies
SUBDIRS = doc lib m4 po src
if USE_COLOR
SUBDIRS += syntax
endif
EXTRA_DIST = IMPROVEMENTS README.GIT
ACLOCAL_AMFLAGS = -I m4
showinfo:
@ echo
@ echo " The global nanorc file is: @sysconfdir@/nanorc"
@ echo " Syntaxes get installed in: @PKGDATADIR@/"
@ echo