From 1b2c10f57b0257aac61a696378e9c8c05df8bf4f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Nov 2014 22:21:27 +0000 Subject: New dgit-infrastructure binary package containing dgit-repos-server et al. Client users probably don't want this stuff. Also, it provides a convenient way to publish the dependencies. --- Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f456d93..caac3d9 100644 --- a/Makefile +++ b/Makefile @@ -26,10 +26,14 @@ prefix?=/usr/local bindir=$(prefix)/bin mandir=$(prefix)/share/man man1dir=$(mandir)/man1 +infraexamplesdir=$(prefix)/share/doc/dgit-infrastructure/examples -PROGRAMS=dgit dgit-repos-server +PROGRAMS=dgit MAN1PAGES=dgit.1 +INFRA_PROGRAMS=dgit-repos-server dgit-ssh-dispatch +INFRA_EXAMPLES=get-dm-txt ssh-wrap + all: install: installdirs @@ -39,6 +43,15 @@ install: installdirs installdirs: $(INSTALL_DIR) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) +install-infra: installdirs-infra + $(INSTALL_PROGRAM) $(addprefix infra/, $(INFRA_PROGRAMS)) \ + $(DESTDIR)$(bindir) + $(INSTALL_PROGRAM) $(addprefix infra/, $(INFRA_EXAMPLES)) \ + $(DESTDIR)$(infraexamplesdir) + +installdirs-infra: + $(INSTALL_DIR) $(DESTDIR)$(bindir) $(DESTDIR)$(infraexamplesdir) + check installcheck: clean distclean mostlyclean maintainer-clean: -- cgit v1.2.3