Skip to content

Commit

Permalink
Makefile: 2nd last minute fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Jan 8, 2015
1 parent 94eccd9 commit f46d86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ DISTDIRS = $(base_DIRS) $(keep_DIRS)

all:

instal-all: install install-services install-bash install-zsh
install-all: install install-services install-bash install-zsh
install: install-dir install-dist
install-dist: $(DISTFILES)
install-dir : $(keep_DIRS)
$(MKDIR_P) $(DISTDIRS:%=$(DESTDIR)%)
$(MKDIR_P) $(base_DIRS:%=$(DESTDIR)%)
install-doc : $(dist_EXTRA)
$(install_DATA) -D $(PACKAGE).1 $(DESTDIR)$(mandir)/man1/$(PACKAGE).1
$(install_DATA) -D $(PACKAGE).8 $(DESTDIR)$(mandir)/man8/$(PACKAGE).8
Expand Down

0 comments on commit f46d86f

Please sign in to comment.