dotemacs

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

default.mk (801B)


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