($(DOC)): Depend on make-docfile.exe, temacs.exe,
and the preloaded *.elc files. This avoids unnecessary dumping and DOC rebuilding.
This commit is contained in:
parent
84ae490875
commit
5a77c8e23c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-06-12 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in ($(DOC)): Depend on make-docfile.exe,
|
||||
temacs.exe, and the preloaded *.elc files. This avoids
|
||||
unnecessary dumping and DOC rebuilding.
|
||||
|
||||
2005-06-04 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* ntlib.h (fileno): Don't define if already defined.
|
||||
|
|
|
@ -248,7 +248,7 @@ lisp2 = \
|
|||
|
||||
|
||||
DOC = DOC
|
||||
$(DOC): make-docfile
|
||||
$(DOC): $(THISDIR)/$(BLD)/make-docfile.exe ../src/$(BLD)/temacs.exe $(lisp1) $(lisp2)
|
||||
- $(DEL) $(DOC)
|
||||
"$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj)
|
||||
"$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1)
|
||||
|
|
Loading…
Add table
Reference in a new issue