From: Eli Zaretskii Date: Thu, 20 Nov 1997 16:23:24 +0000 (+0000) Subject: (man): New target to build the manual. X-Git-Tag: emacs-20.3~2791 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9830885fafc4eb74e70b955fa69173653bd8ef72;p=emacs.git (man): New target to build the manual. (all): Add the man dependency. (install): Change bin\\nul to bin\nul. --- 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 @@ # 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 @@ src: FRC 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