7e8b1ed420
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.
18 строки
308 B
Makefile
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
|