dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

default.mk (759B)


      1 TOP := $(dir $(lastword $(MAKEFILE_LIST)))
      2 
      3 PKG = with-editor
      4 
      5 ELS   = $(PKG).el
      6 ELCS  = $(ELS:.el=.elc)
      7 
      8 DEPS  = dash
      9 
     10 DOMAIN      ?= magit.vc
     11 CFRONT_DIST ?= E2LUHBKU1FBV02
     12 
     13 VERSION ?= $(shell test -e $(TOP).git && git describe --tags --abbrev=0 | cut -c2-)
     14 
     15 EMACS      ?= emacs
     16 EMACS_ARGS ?=
     17 EMACS_ARGS += --eval '(setq with-editor-emacsclient-executable nil)'
     18 
     19 LOAD_PATH  ?= $(addprefix -L ../../,$(DEPS))
     20 LOAD_PATH  += -L .
     21 
     22 ifndef ORG_LOAD_PATH
     23 ORG_LOAD_PATH  = -L ../../org/lisp
     24 endif
     25 
     26 INSTALL_INFO     ?= $(shell command -v ginstall-info || printf install-info)
     27 MAKEINFO         ?= makeinfo
     28 MANUAL_HTML_ARGS ?= --css-ref /assets/page.css
     29 
     30 GITSTATS_DIR  ?= $(TOP)docs/stats
     31 GITSTATS_ARGS ?= -c style=https://magit.vc/assets/stats.css -c max_authors=999