diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 10 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 196d2fe70dc..ff62d4fc343 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-06-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(DOC)): Fix last change. | ||
| 4 | |||
| 5 | 2005-06-12 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * makefile.w32-in ($(DOC)): Depend on make-docfile.exe, | ||
| 8 | temacs.exe, and the preloaded *.elc files. This avoids | ||
| 9 | unnecessary dumping and DOC rebuilding. | ||
| 10 | |||
| 1 | 2005-06-04 Eli Zaretskii <eliz@gnu.org> | 11 | 2005-06-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * ntlib.h (fileno): Don't define if already defined. | 13 | * ntlib.h (fileno): Don't define if already defined. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 0f806912be5..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): make-docfile | 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) |