aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--msdos/mainmake.v29
1 files changed, 7 insertions, 2 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2
index 57d2ec17744..d63fc1d8dfd 100644
--- a/msdos/mainmake.v2
+++ b/msdos/mainmake.v2
@@ -32,7 +32,7 @@
32# Generate a full pathname of the top-level installation directory 32# Generate a full pathname of the top-level installation directory
33topdir := $(subst \,/,$(shell cd)) 33topdir := $(subst \,/,$(shell cd))
34 34
35all: lib-src src 35all: lib-src src man
36 36
37lib-src: FRC 37lib-src: FRC
38 cd lib-src 38 cd lib-src
@@ -54,8 +54,13 @@ src: FRC
54 rm -f gdb.tmp gdb.sed 54 rm -f gdb.tmp gdb.sed
55 cd .. 55 cd ..
56 56
57man: FRC
58 cd man
59 $(MAKE)
60 cd ..
61
57install: all 62install: 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