From 3a0bce8f0283a7f095cfd66a1c7b6b2c35e2eaaf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 31 May 2026 08:47:02 +0300 Subject: [PATCH] ; Fix a recent change * doc/misc/Makefile.in (DOCMISC_W32_TARGET): Define. --- doc/misc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index a9c4ac537a8..bb09f15f65a 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in @@ -74,6 +74,7 @@ lang_subdir:=$(filter-out ../translations/default/misc/,../translations/$(LANG)/ ## On MS Windows, efaq-w32; otherwise blank. DOCMISC_W32 = @DOCMISC_W32@ +DOCMISC_W32_TARGET = efaq-w32 ## Info files to build and install on all platforms. include $(srcdir)/../translations/$(LANG)/info_common.mk @@ -84,7 +85,7 @@ INFO_INSTALL = $(INFO_COMMON) $(DOCMISC_W32) ## Info files to build on current platform. ## This is all of them, even though they might not all get installed, ## because the info files are pre-built in release tarfiles. -INFO_TARGETS = $(INFO_COMMON) efaq-w32 +INFO_TARGETS = $(INFO_COMMON) $(DOCMISC_W32_TARGET) ## Some manuals have their source in .org format. ## This is discouraged because the .texi files it generates