diff options
| author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 10:33:56 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 10:35:04 +0100 | 
| commit | d610bcefd8d0874adf116fcc05c8ee0ab42caa89 (patch) | |
| tree | ed35aac0f8db008d22124b861c4751676b2ce95b | |
| parent | m (diff) | |
| download | auto-auto-complete-7.2.tar.gz auto-auto-complete-7.2.tar.bz2 auto-auto-complete-7.2.tar.xz | |
m makefile7.2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rw-r--r-- | Makefile | 9 | 
1 files changed, 6 insertions, 3 deletions
| @@ -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 | 
