Skip to content

Commit

Permalink
chore(makefile): enable documentation generation using
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 11, 2023
1 parent 3daabd4 commit 309c71f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,14 @@ ci:

ci-daemon:
HOME=$(PWD)/.. $(EMACS) --daemon 2>&1

make-readme-markdown.el:
wget -q -O $@ https://raw.github.com/mgalgs/make-readme-markdown/master/make-readme-markdown.el

combined.el:
cat init.el early-init.el core/me-{vars,lib,builtin,fonts,gc,compat,core-ui}.el modules/me-*.el modules/extras/me-*.el >combined.el

docs: combined.el make-readme-markdown.el
emacs --script make-readme-markdown.el <combined.el >DOCS.md 2>/dev/null

.INTERMEDIATE: make-readme-markdown.el combined.el

0 comments on commit 309c71f

Please sign in to comment.