summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>1997-11-20 16:23:24 +0000
committerEli Zaretskii <eliz@gnu.org>1997-11-20 16:23:24 +0000
commite341b6ba09c59c267095ed1a177f82c075b6f969 (patch)
tree7090b85b24699a9894ba7e35d7d7599efa2c094b /msdos
parentd8272447537f928915746fc2e18398c0a375b961 (diff)
downloademacs-e341b6ba09c59c267095ed1a177f82c075b6f969.tar.gz
(man): New target to build the manual.
(all): Add the man dependency. (install): Change bin\\nul to bin\nul.
Diffstat (limited to 'msdos')
-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 @@
# 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