diff options
| author | Andreas Schwab <schwab@linux-m68k.org> | 2026-05-29 15:51:58 +0200 |
|---|---|---|
| committer | Andreas Schwab <schwab@linux-m68k.org> | 2026-05-29 15:58:19 +0200 |
| commit | 31ee3253523dd0c068ee5cc12c30454d4fed3961 (patch) | |
| tree | 5d9ef95a52bbfb8833b17926e9ca2fbfe96cb8eb /doc | |
| parent | 5c36f6c2283590d30b36f04d0e66eb2a9aacf32b (diff) | |
Fix build outside source directory
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 10b6326a7a0..41ec7aa4566 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in @@ -65,7 +65,7 @@ MAKEINFO_OPTS = --force -I$(emacsdir) ifeq ($(LANG),) LANG:=default -else ifeq ($(wildcard ../translations/$(LANG)/info_common.mk),) +else ifeq ($(wildcard $(srcdir)/../translations/$(LANG)/info_common.mk),) LANG:=default endif @@ -76,7 +76,7 @@ lang_subdir:=$(filter-out ../translations/default/misc/,../translations/$(LANG)/ DOCMISC_W32 = @DOCMISC_W32@ ## Info files to build and install on all platforms. -include ../translations/$(LANG)/info_common.mk +include $(srcdir)/../translations/$(LANG)/info_common.mk ## Info files to install on current platform. INFO_INSTALL = $(INFO_COMMON) $(DOCMISC_W32) |
