File: Makefile.am

package info (click to toggle)
nano 8.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,632 kB
  • sloc: ansic: 78,234; sh: 4,960; makefile: 219; sed: 16
file content (17 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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