summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb9176e..d0987ab 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ pdf: $(PKG).pdf
%.texi: %.org
@printf "Generating $@\n"
@$(EMACS) -Q --batch $(OFLAGS) \
- -l ox-texinfo+.el $< -f org-texinfo-export-to-texinfo
+ -l ox-extra.el -l ox-texinfo+.el $< -f org-texinfo-export-to-texinfo
@printf "\n" >> $@
@rm -f $@~