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

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

[nongnu] elpa/nix-mode ecf005009e 361/500: Remove org-man.el from .texi


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode ecf005009e 361/500: Remove org-man.el from .texi makefile rule
Date: Sat, 29 Jan 2022 08:27:21 -0500 (EST)

branch: elpa/nix-mode
commit ecf005009eea4ce9706e43e1ab36bf4cdf2fabb8
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    Remove org-man.el from .texi makefile rule
    
    this has been removed and doesn’t appear to be needed
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3f3b0c24f1..e2199120ba 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ run:
 
 %.texi: %.org
        emacs   --batch \
-               -l ox-extra -l org-man -l ox-texinfo $< \
+               -l ox-extra -l ox-texinfo $< \
                -f org-texinfo-export-to-texinfo
 
 %.info: %.texi



reply via email to

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