mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix doc/misc Makefile for out-of-tree with relative path
* doc/misc/Makefile.in (org_template): Fix for relative srcdir.
This commit is contained in:
parent
27da93862f
commit
a4d7235f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ define org_template
|
|||
$(1:.org=.texi): $(1)
|
||||
@rm -f $$@
|
||||
$${AM_V_GEN}cd "$${srcdir}" && $${emacs} -l ox-texinfo \
|
||||
-f org-texinfo-export-to-texinfo-batch $$< $$@
|
||||
-f org-texinfo-export-to-texinfo-batch $$(notdir $$<) $$(notdir $$@)
|
||||
endef
|
||||
|
||||
$(foreach orgfile,${ORG_SRC},$(eval $(call org_template,$(orgfile))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue