branch: elpa/org-journal
commit 7cf8922003ce33c20e7fa2827276679af77664a8
Author: Christian Schwarzgruber <[email protected]>
Commit: Christian Schwarzgruber <[email protected]>
[make] Add gen-autoloads target
Maybe useful to test autoload functionality.
---
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index 28180a78eb..bb68854b2f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,8 @@ test:
compile:
${EMACS} -Q -batch -L . -f batch-byte-compile tests/org-journal-test.el
org-journal.el
+gen-autoloads:
+ ${EMACS} -Q -batch -L . -l org-journal.el --eval
'`(generate-file-autoloads "org-journal-autoloads.el")`'
+
clean:
rm -f *.elc