aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2005-06-04 19:38:23 +0000
committerEli Zaretskii2005-06-04 19:38:23 +0000
commit24af414ed1c4ac099b955728f8d4821952eaf123 (patch)
treecc4a4b02b5edb6bcb69358c17d7f42c175c2351f /src
parentb21688f0cadd5fdfd051a3197918c54b0c75bd9e (diff)
downloademacs-24af414ed1c4ac099b955728f8d4821952eaf123.tar.gz
emacs-24af414ed1c4ac099b955728f8d4821952eaf123.zip
(DOC): Define to point to the generated DOC-X.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in2
1 files changed, 2 insertions, 0 deletions
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)
42TRES = $(BLD)/emacs.res 42TRES = $(BLD)/emacs.res
43TLASTLIB = $(BLD)/lastfile.$(A) 43TLASTLIB = $(BLD)/lastfile.$(A)
44 44
45DOC = $(OBJDIR)/etc/DOC-X
46
45FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK) 47FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK)
46 48
47# 49#