diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2026-05-31 08:47:02 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2026-05-31 08:47:02 +0300 |
| commit | 3a0bce8f0283a7f095cfd66a1c7b6b2c35e2eaaf (patch) | |
| tree | 87c3ca1656aaedb0c7d5776f38378acee42cc34d | |
| parent | c4803e57c8c00ea7dac35f8ed3232d08737e3a24 (diff) | |
; Fix a recent change
* doc/misc/Makefile.in (DOCMISC_W32_TARGET): Define.
| -rw-r--r-- | doc/misc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
