diff options
| author | Eli Zaretskii | 2005-06-04 19:38:23 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-06-04 19:38:23 +0000 |
| commit | 24af414ed1c4ac099b955728f8d4821952eaf123 (patch) | |
| tree | cc4a4b02b5edb6bcb69358c17d7f42c175c2351f /src | |
| parent | b21688f0cadd5fdfd051a3197918c54b0c75bd9e (diff) | |
| download | emacs-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-in | 2 |
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) | |||
| 42 | TRES = $(BLD)/emacs.res | 42 | TRES = $(BLD)/emacs.res |
| 43 | TLASTLIB = $(BLD)/lastfile.$(A) | 43 | TLASTLIB = $(BLD)/lastfile.$(A) |
| 44 | 44 | ||
| 45 | DOC = $(OBJDIR)/etc/DOC-X | ||
| 46 | |||
| 45 | FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK) | 47 | FULL_LINK_FLAGS = $(LINK_FLAGS) $(TEMACS_EXTRA_LINK) |
| 46 | 48 | ||
| 47 | # | 49 | # |