diff options
| author | Eli Zaretskii | 2005-06-13 11:24:32 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-06-13 11:24:32 +0000 |
| commit | cb6ccbc94ba6387d2e94ef4ddb56912f01969744 (patch) | |
| tree | 0b47fc2da6ccaab79389262d69563b9365c37855 /lib-src | |
| parent | 69008bcff4efd4190e3628299580313875a74080 (diff) | |
| download | emacs-cb6ccbc94ba6387d2e94ef4ddb56912f01969744.tar.gz emacs-cb6ccbc94ba6387d2e94ef4ddb56912f01969744.zip | |
($(DOC)): Fix last change.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 4df906064c5..fbb5559fd80 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -248,7 +248,7 @@ lisp2 = \ | |||
| 248 | 248 | ||
| 249 | 249 | ||
| 250 | DOC = DOC | 250 | DOC = DOC |
| 251 | $(DOC): $(THISDIR)/$(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) | 251 | $(DOC): $(BLD) $(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) |
| 252 | - $(DEL) $(DOC) | 252 | - $(DEL) $(DOC) |
| 253 | "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj) | 253 | "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj) |
| 254 | "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1) | 254 | "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1) |