changeset 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 799de2d79c64
children e69cf70835f9
files msdos/mainmake.v2
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/msdos/mainmake.v2	Thu Nov 20 15:55:31 1997 +0000
+++ b/msdos/mainmake.v2	Thu Nov 20 16:23:24 1997 +0000
@@ -32,7 +32,7 @@
 # Generate a full pathname of the top-level installation directory
 topdir := $(subst \,/,$(shell cd))
 
-all:	lib-src src
+all:	lib-src src man
 
 lib-src: FRC
 	cd lib-src
@@ -54,8 +54,13 @@
 	rm -f gdb.tmp gdb.sed
 	cd ..
 
+man:	FRC
+	cd man
+	$(MAKE)
+	cd ..
+
 install: all
-	if not exist bin\\nul md bin
+	if not exist bin\nul md bin
 	cd lib-src
 	if exist hexl.exe mv -f hexl.exe ../bin
 	if exist etags.exe mv -f etags.exe ../bin