aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--msdos/mainmake.v24
1 files changed, 2 insertions, 2 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2
index 8db6ff94e30..5904c6e1e29 100644
--- a/msdos/mainmake.v2
+++ b/msdos/mainmake.v2
@@ -67,7 +67,7 @@ top_srcdir := $(subst \,/,$(shell cd))
67# Find out which version of Emacs this is. 67# Find out which version of Emacs this is.
68version := ${shell sed -n -e '/(defconst emacs-version/s/^[^"]*\("[^"]*"\).*/\1/p' lisp/version.el} 68version := ${shell sed -n -e '/(defconst emacs-version/s/^[^"]*\("[^"]*"\).*/\1/p' lisp/version.el}
69 69
70all: lib-src src man lispref 70all: lib-src src man lispref lispintro
71 71
72lib-src: FRC 72lib-src: FRC
73 cd lib-src 73 cd lib-src
@@ -90,7 +90,7 @@ src: FRC
90 cd .. 90 cd ..
91 if exist leim\Makefile redir $(MAKE) -C leim top_srcdir=${top_srcdir} 91 if exist leim\Makefile redir $(MAKE) -C leim top_srcdir=${top_srcdir}
92 92
93man lispref: FRC 93man lispref lispintro: FRC
94 cd $@ 94 cd $@
95 $(MAKE) top_srcdir=${top_srcdir} 95 $(MAKE) top_srcdir=${top_srcdir}
96 cd .. 96 cd ..