Mercurial > emacs
comparison lib-src/makefile.nt @ 13631:abb8f19ece25
(DOC, clean): Don't use switches to del not supported by Win95.
| author | Geoff Voelker <voelker@cs.washington.edu> |
|---|---|
| date | Wed, 22 Nov 1995 19:02:17 +0000 |
| parents | a90a9820c5f6 |
| children | badba571804f |
comparison
equal
deleted
inserted
replaced
| 13630:824556b916a4 | 13631:abb8f19ece25 |
|---|---|
| 138 $(lispdir)\vc-hooks.elc \ | 138 $(lispdir)\vc-hooks.elc \ |
| 139 $(lispdir)\version.el | 139 $(lispdir)\version.el |
| 140 | 140 |
| 141 DOC = DOC | 141 DOC = DOC |
| 142 $(DOC): $(BLD)\make-docfile.exe | 142 $(DOC): $(BLD)\make-docfile.exe |
| 143 - del /q $(DOC) | 143 - del $(DOC) |
| 144 $(BLD)\make-docfile -d ..\src $(obj) > $(DOC) | 144 $(BLD)\make-docfile -d ..\src $(obj) > $(DOC) |
| 145 $(BLD)\make-docfile -d ..\src $(lisp) >> $(DOC) | 145 $(BLD)\make-docfile -d ..\src $(lisp) >> $(DOC) |
| 146 $(CP) $(DOC) ..\etc\DOC-X | 146 $(CP) $(DOC) ..\etc\DOC-X |
| 147 - mkdir ..\src\$(OBJDIR) | 147 - mkdir ..\src\$(OBJDIR) |
| 148 - mkdir ..\src\$(OBJDIR)\etc | 148 - mkdir ..\src\$(OBJDIR)\etc |
| 173 $(CP) $(DOC) $(INSTALL_DIR)\etc | 173 $(CP) $(DOC) $(INSTALL_DIR)\etc |
| 174 | 174 |
| 175 # | 175 # |
| 176 # Maintenance | 176 # Maintenance |
| 177 # | 177 # |
| 178 clean:; - del /q *~ *.pdb | 178 clean:; - del *~ *.pdb |
| 179 - $(DEL_TREE) deleted | 179 - $(DEL_TREE) deleted |
| 180 - $(DEL_TREE) obj | 180 - $(DEL_TREE) obj |
| 181 - del /q DOC* | 181 - del DOC* |
| 182 | 182 |
| 183 # | 183 # |
| 184 # Headers we would preprocess if we could. | 184 # Headers we would preprocess if we could. |
| 185 # | 185 # |
| 186 ..\src\config.h: ..\nt\$(CONFIG_H) | 186 ..\src\config.h: ..\nt\$(CONFIG_H) |
