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

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

[elpa] externals/org-transclusion 6d86bfc: docs: -Q is unnecessary. add-


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion 6d86bfc: docs: -Q is unnecessary. add-all works with the latest change
Date: Fri, 24 Dec 2021 06:57:28 -0500 (EST)

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

    docs: -Q is unnecessary. add-all works with the latest change
    
    I had a compiled .elc from an older version.
---
 docs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Makefile b/docs/Makefile
index 9f26920..b12b794 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -13,7 +13,7 @@ run: html install clear
 
 manual:
        @printf "\n\n### Generating manual .texi and .info files \n\n"
-       $(EMACS) -Q --batch -L ../ --file org-transclusion.org -l manual-gen.el
+       $(EMACS) --batch -L ../ --file org-transclusion.org -l manual-gen.el
 
 html:
        @printf "\n\n### Generating manual .html files \n\n"



reply via email to

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