aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-02-15 05:26:16 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-02-15 05:26:16 +0100
commitb08d5e7dad907493bc6946ab708640b567e2dffe (patch)
tree42008b931d9c9e900e3f8eeb9279a8a18758f61d /Makefile.am
parentf63cf74a89027988aed16e2069c1ca8486c749b5 (diff)
downloadsciteco-b08d5e7dad907493bc6946ab708640b567e2dffe.tar.gz
install standard macros into special standard library path (pkgdatadir/lib)
* SCITECOPATH environment variable defaults to this directory * manpage updated * default teco.ini updated: no need to generate it anymore
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 3 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index db0a39b..e94317d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,16 +1,11 @@
-include $(top_srcdir)/bootstrap.am
+SUBDIRS = src lib doc
-SUBDIRS = src doc
-
-pkgdata_DATA = teco.ini
-EXTRA_DIST = teco.ini.in
-CLEANFILES = teco.ini
-dist_pkgdata_DATA = lexer.tes
+dist_pkgdata_DATA = teco.ini
noinst_HEADERS = compat/bsd/sys/cdefs.h \
compat/bsd/sys/queue.h \
compat/bsd/sys/tree.h
-EXTRA_DIST += patches/scintilla-teco-control-codes.patch
+EXTRA_DIST = patches/scintilla-teco-control-codes.patch
EXTRA_DIST += TODO