branch: elpa/nix-mode
commit ecf005009eea4ce9706e43e1ab36bf4cdf2fabb8
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
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