From 074a33df03a8cf0c13f977f76e67f3d0541a0bad Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 26 Jun 2003 13:36:28 +0000 Subject: Install bash_completion; doc goes to /usr/share/doc, not /usr/share/doc/packages --- Makefile.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 35d79c6..a73f7d9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,8 +9,9 @@ bindir := @bindir@ libdir := @libdir@ datadir := @datadir@ mandir := $(datadir)/man -docdir := $(datadir)/doc/packages +docdir := $(datadir)/doc localedir := $(datadir)/locale +etcdir := $(subst /usr/etc,/etc,$(prefix)/etc) QUILT_DIR = $(datadir)/$(PACKAGE) SCRIPTS_DIR = $(QUILT_DIR)/scripts @@ -42,7 +43,8 @@ DIRT += $(shell find -name '*~') SRC += COPYING AUTHORS TODO BUGS Makefile.in \ configure.ac config/install-sh \ - quilt.spec.in quilt.changes + quilt.spec.in quilt.changes \ + bash_completion DIRT += quilt.spec BIN_IN := quilt guards @@ -215,6 +217,10 @@ install : scripts $(MAKE_NLS) -C po install BUILD_ROOT=$(BUILD_ROOT) \ LINGUAS="$(LINGUAS)" localedir=$(localedir) + @INSTALL@ -d $(BUILD_ROOT)$(etcdir) + @INSTALL@ -d $(BUILD_ROOT)$(etcdir)/bash_completion.d + @INSTALL@ -m 644 bash_completion $(BUILD_ROOT)$(etcdir)/bash_completion.d/quilt + clean : rm -f $(DIRT) rm -f po/*.mo -- cgit