From 24af414ed1c4ac099b955728f8d4821952eaf123 Mon Sep 17 00:00:00 2001
From: Eli Zaretskii <eliz@gnu.org>
Date: Sat, 4 Jun 2005 19:38:23 +0000
Subject: [PATCH] (DOC): Define to point to the generated DOC-X.

---
 src/makefile.w32-in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 5a232e28362..b5890593cd8 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -42,6 +42,8 @@ TOBJ            = $(BLD)/firstfile.$(O)
 TRES		= $(BLD)/emacs.res
 TLASTLIB	= $(BLD)/lastfile.$(A)
 
+DOC		= $(OBJDIR)/etc/DOC-X
+
 FULL_LINK_FLAGS      = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK)
 
 #
-- 
2.39.5