mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; Fix a recent change
* doc/misc/Makefile.in (DOCMISC_W32_TARGET): Define.
This commit is contained in:
parent
c4803e57c8
commit
3a0bce8f02
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue