aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-02 10:33:56 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-02 10:35:04 +0100
commitd610bcefd8d0874adf116fcc05c8ee0ab42caa89 (patch)
treeed35aac0f8db008d22124b861c4751676b2ce95b
parentm (diff)
downloadauto-auto-complete-d610bcefd8d0874adf116fcc05c8ee0ab42caa89.tar.gz
auto-auto-complete-d610bcefd8d0874adf116fcc05c8ee0ab42caa89.tar.bz2
auto-auto-complete-d610bcefd8d0874adf116fcc05c8ee0ab42caa89.tar.xz
m makefile7.2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 136bc4e..0d6b200 100644
--- a/Makefile
+++ b/Makefile
@@ -35,10 +35,13 @@ PKGNAME = auto-auto-complete
# Build rules
.PHONY: default
-default: command info shell
+default: base info shell
.PHONY: all
-all: command doc shell
+all: base doc shell
+
+.PHONY: base
+base: command
# Build rules for the command
@@ -165,7 +168,7 @@ install-dvi: bin/auto-auto-complete.dvi
.PHONY: install-man
install-man: doc/man/auto-auto-complete.1
- install -dm755 -- "$(DESTDIR)$(DOCDIR)"
+ install -dm755 -- "$(DESTDIR)$(MAN1DIR)"
install -m644 $< -- "$(DESTDIR)$(MAN1DIR)/$(COMMAND).1"
# Install shell auto-completion