summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-05-26 02:01:32 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-05-26 02:01:32 (EDT)
commitea54bba72e32bd589818851d693b57d80bedb442 (patch)
tree59c597a4c17a0cff2c41fda093ef7bd67a75c0c3
parenta5b663c20303a6c19fceef76203a56c0fa8de6c6 (diff)
Makefile.am: Drop special installers logic
-rw-r--r--Makefile.am7
-rw-r--r--installers/local.mk1
2 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 4d1657b..83c0127 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,6 @@ include $(top_srcdir)/lib/package/local.mk
include $(top_srcdir)/man/local.mk
include $(top_srcdir)/locale/local.mk
include $(top_srcdir)/tests/local.mk
-include $(top_srcdir)/installers/local.mk
MANUAL = ProteanOS Development Kit Manual
@@ -38,8 +37,6 @@ pkgdatapackage_SCRIPTS = $(pkgdatapackage_sources:.sh=.sm)
man1_MANS = $(man1_sources:.1in=.1)
man8_MANS = $(man8_sources:.8in=.8)
locale_MESSAGES = $(locale_sources:.sh=.ms)
-installers = $(installers_sources:.sh=)
-noinst_SCRIPTS = $(installers)
noinst_DATA = $(locale_MESSAGES) .builddirstamp
CLEANFILES = \
$(bin_SCRIPTS) \
@@ -50,7 +47,6 @@ CLEANFILES = \
$(man1_MANS) \
$(man8_MANS) \
$(locale_MESSAGES) \
- $(installers) \
.builddirstamp
pkgdatacmddir = $(pkgdatadir)/cmd
pkgdataprofiledir = $(pkgdatadir)/profile
@@ -73,8 +69,7 @@ sources = \
$(locale_sources) \
$(TESTS) \
tests/common.sh \
- tests/parse_control.common.sh \
- $(installers_sources)
+ tests/parse_control.common.sh
EXTRA_DIST = \
autogen.sh \
$(sources) \
diff --git a/installers/local.mk b/installers/local.mk
deleted file mode 100644
index b0ec2a7..0000000
--- a/installers/local.mk
+++ /dev/null
@@ -1 +0,0 @@
-installers_sources =