(all): Add the man dependency.
(install): Change bin\\nul to bin\nul.
# 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
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