nano/Makefile.am
Benno Schulenberg 3ade8b29cc build: stop distributing the README.GIT file
There is no need for normal users to build from git.  Do not give
the impression that that procedure is in any way recommended.
2020-08-24 09:29:05 +02:00

18 lines
297 B
Makefile

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