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

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

[elpa] externals/org-transclusion a0f3464377 4/4: intrnl:Makefile edit


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion a0f3464377 4/4: intrnl:Makefile edit
Date: Sun, 26 Dec 2021 05:57:50 -0500 (EST)

branch: externals/org-transclusion
commit a0f3464377c6b07208ae03653f745e0af11bffaf
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    intrnl:Makefile edit
---
 Makefile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index e6ea833526..80c44f7564 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,16 @@
 docs/org-transclusion.org: docs/org-transclusion-manual.org
-       emacs --batch -L "$$(pwd)" -l org-transclusion $< \
-             --eval '(progn (org-transclusion-add-all) (write-region nil nil 
"org-transclusion.org"))'
+       -emacs --batch -L "$$(pwd)" -l org-transclusion $< \
+              --eval '(progn (org-transclusion-add-all) (write-region nil nil 
"org-transclusion.org"))'
 
+
+.PHONY: test-compile
 test-compile:
        emacs --batch --eval "(add-to-list 'load-path default-directory)" \
-              -f batch-byte-compile ./*.el
-        # Check declare-function
+             -f batch-byte-compile ./*.el
+       # Check declare-function
        emacs --batch --eval "(check-declare-directory default-directory)"
 
+.PHONY: clean
 clean:
        find . -name "*.elc" -delete
+



reply via email to

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