emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-journal 7cf8922003: [make] Add gen-autoloads target


From: ELPA Syncer
Subject: [nongnu] elpa/org-journal 7cf8922003: [make] Add gen-autoloads target
Date: Fri, 8 Dec 2023 13:00:19 -0500 (EST)

branch: elpa/org-journal
commit 7cf8922003ce33c20e7fa2827276679af77664a8
Author: Christian Schwarzgruber <c.schwarzgruber.cs@gmail.com>
Commit: Christian Schwarzgruber <c.schwarzgruber.cs@gmail.com>

    [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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]