summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-11-11 21:40:48 (EST)
committer P. J. McDermott <pj@pehjota.net>2014-11-11 21:40:48 (EST)
commit261603ed1b5dceb9c4f952025cbe5b3341686e07 (patch)
treed8cf0221d9c70b97697b8619b03fb06527809917
parent1b26a0ec194c1859d321123f7a7f7636245dbec6 (diff)
Makefile.am: Generate installers/pc in build dir
-rw-r--r--Makefile.am7
-rw-r--r--installers/local.mk2
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 98a2ed9..b55f926 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,7 @@ 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
@@ -37,6 +38,8 @@ 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) \
@@ -47,6 +50,7 @@ CLEANFILES = \
$(man1_MANS) \
$(man8_MANS) \
$(locale_MESSAGES) \
+ $(installers) \
.builddirstamp
pkgdatacmddir = $(pkgdatadir)/cmd
pkgdataprofiledir = $(pkgdatadir)/profile
@@ -67,7 +71,8 @@ sources = \
$(locale_sources) \
$(TESTS) \
tests/common.sh \
- tests/parse_control.common.sh
+ tests/parse_control.common.sh \
+ $(installers_sources)
EXTRA_DIST = \
autogen.sh \
$(sources) \
diff --git a/installers/local.mk b/installers/local.mk
new file mode 100644
index 0000000..0bccdce
--- /dev/null
+++ b/installers/local.mk
@@ -0,0 +1,2 @@
+installers_sources = \
+ installers/pc.sh