Tom Willemse
5e6e4adefe
The initial generation of ‘build.mk’ can't use Eldev anymore, because Eldev expects there to exist a file with proper package headers, which won't be true until after ‘build.mk’, ‘Eldev’, and ‘publish.el’ have been generated.
7 lines
174 B
Makefile
7 lines
174 B
Makefile
build.mk: literate-build.org
|
|
emacs -quick -batch \
|
|
-eval "(package-initialize)" \
|
|
-load ob-tangle \
|
|
-eval "(org-babel-tangle-file \"$<\"))"
|
|
|
|
include build.mk
|