Makefile.am 523 Bytes
Newer Older
Chris Allegretta's avatar
Chris Allegretta committed
1
## $Id$
Chris Allegretta's avatar
Chris Allegretta committed
2
3
bin_PROGRAMS = 	nano
nano_SOURCES =	cut.c \
Chris Allegretta's avatar
Chris Allegretta committed
4
		files.c \
Chris Allegretta's avatar
Chris Allegretta committed
5
		global.c \
Chris Allegretta's avatar
Chris Allegretta committed
6
		move.c \
Chris Allegretta's avatar
Chris Allegretta committed
7
8
9
		nano.c \
		nano.h \
		proto.h \
10
		rcfile.c \
Chris Allegretta's avatar
Chris Allegretta committed
11
		search.c \
Chris Allegretta's avatar
Chris Allegretta committed
12
13
14
15
16
17
		utils.c \
		winio.c 

man_MANS = nano.1
nano_LDADD = @INTLLIBS@

18
19
20
info_TEXINFOS = nano.texi
MAKEINFO = makeinfo --no-split

Chris Allegretta's avatar
Chris Allegretta committed
21
EXTRA_DIST =	AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README \
Chris Allegretta's avatar
Chris Allegretta committed
22
23
		TODO install-sh missing mkinstalldirs nano.1 nano.1.html \
		faq.html
Chris Allegretta's avatar
Chris Allegretta committed
24
25
26
27
28

SUBDIRS = po intl

localedir = $(datadir)/locale
INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@