comparison msdos/mainmake.v2 @ 20282:6de74098af01

(man): New target to build the manual. (all): Add the man dependency. (install): Change bin\\nul to bin\nul.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 20 Nov 1997 16:23:24 +0000
parents 76978dc14d8c
children c6d7001a262c
comparison
equal deleted inserted replaced
20281:799de2d79c64 20282:6de74098af01
30 # Still more severe - delete backup and autosave files, too. 30 # Still more severe - delete backup and autosave files, too.
31 31
32 # Generate a full pathname of the top-level installation directory 32 # Generate a full pathname of the top-level installation directory
33 topdir := $(subst \,/,$(shell cd)) 33 topdir := $(subst \,/,$(shell cd))
34 34
35 all: lib-src src 35 all: lib-src src man
36 36
37 lib-src: FRC 37 lib-src: FRC
38 cd lib-src 38 cd lib-src
39 $(MAKE) 39 $(MAKE)
40 cd .. 40 cd ..
52 redir -oa gdb.tmp echo 'set environment PATH $(subst \,/,$(PATH))' 52 redir -oa gdb.tmp echo 'set environment PATH $(subst \,/,$(PATH))'
53 update gdb.tmp gdb.ini 53 update gdb.tmp gdb.ini
54 rm -f gdb.tmp gdb.sed 54 rm -f gdb.tmp gdb.sed
55 cd .. 55 cd ..
56 56
57 man: FRC
58 cd man
59 $(MAKE)
60 cd ..
61
57 install: all 62 install: all
58 if not exist bin\\nul md bin 63 if not exist bin\nul md bin
59 cd lib-src 64 cd lib-src
60 if exist hexl.exe mv -f hexl.exe ../bin 65 if exist hexl.exe mv -f hexl.exe ../bin
61 if exist etags.exe mv -f etags.exe ../bin 66 if exist etags.exe mv -f etags.exe ../bin
62 if exist ctags.exe mv -f ctags.exe ../bin 67 if exist ctags.exe mv -f ctags.exe ../bin
63 if exist b2m.exe mv -f b2m.exe ../bin 68 if exist b2m.exe mv -f b2m.exe ../bin