org: Simplify build

* doc/Makefile.am (org): Remove the useless temporary directory.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-19 17:02:19 +02:00
parent 95ea1ee075
commit 9130cfa17f

View file

@ -53,9 +53,7 @@ dist_pkgdata_DATA = $(srcdir)/spot.tag
org: org:
cd $(top_builddir) && $(MAKE) doc/org/init.el cd $(top_builddir) && $(MAKE) doc/org/init.el
rm -rf $(srcdir)/userdoc rm -rf $(srcdir)/userdoc
mkdir -p tmp-$$$$ && cd tmp-$$$$ && \ $(EMACS) --batch -Q -l org/init.el
$(EMACS) --batch -Q -l ../org/init.el && \
cd .. && rm -rf tmp-$$$$
ORG_FILES = \ ORG_FILES = \
org/.dir-locals.el.in \ org/.dir-locals.el.in \