diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-04-06 15:22:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-04-06 15:22:00 +0200 |
| commit | 56228af7b29c2e3b5861c8acd49ceef318811eb0 (patch) | |
| tree | 598aaa6c2463b4c8f09b3d77dc5d5d599341d35a /Makefile | |
| parent | 220ec0ec501ed53be221a900c0b1db5869b3b43e (diff) | |
Makefile: output stats locally by default
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,12 +1,13 @@ +-include config.mk + PREFIX ?= /usr/local datarootdir ?= $(PREFIX)/share lispdir ?= $(datarootdir)/emacs/site-lisp/magit infodir ?= $(datarootdir)/info docdir ?= $(datarootdir)/doc/magit +statsdir ?= ./stats -statsdir ?= $(HOME)/Repos/magit/page/stats - -ELPA_DIR ?= ~/.emacs.d/elpa +ELPA_DIR ?= $(HOME)/.emacs.d/elpa CL_LIB_DIR ?= $(shell \ find $(ELPA_DIR) -maxdepth 1 -regex '.*/cl-lib-[.0-9]*' 2> /dev/null | \ @@ -85,10 +86,6 @@ help: $(info make dist - create old-school tarball) $(info make marmalade - create marmalade tarball) $(info make marmalade-upload - create and upload marmalade tarball) - $(info ) - $(info Web Page) - $(info ========) - $(info ) $(info make genstats - generate stats) @printf "\n" |
