Skip to content

Commit

Permalink
build: don't install docs by default
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Contreras <[email protected]>
  • Loading branch information
felipec committed May 31, 2014
1 parent e7df347 commit f173208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clean:

D = $(DESTDIR)

install: install-doc
install:
install -d -m 755 $(D)$(bindir)/
install -m 755 git-remote-hg $(D)$(bindir)/git-remote-hg

Expand Down

0 comments on commit f173208

Please sign in to comment.