From fd1f2f1e99d4e5aaded56c1770da53fe98bcdc40 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 3 Sep 2003 23:05:32 +0000 Subject: [PATCH] (force-info, info): New targets. --- nt/makefile.w32-in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 151be725258..1f1acccb6f0 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -214,6 +214,15 @@ install-other-dirs-gmake: $(MAKE) $(MFLAGS) -C ../lisp install $(MAKE) $(MFLAGS) -C ../leim install +force-info: +# Note that man/makefile knows how to +# put the info files in $(infodir), +# so we can do ok running make in the build dir. +info: force-info + (cd ..\man && $(MAKE) $(MFLAGS) info) + (cd ..\lispref && $(MAKE) $(MFLAGS) info) + (cd ..\lispintro && $(MAKE) $(MFLAGS) info) + # # Maintenance # @@ -229,8 +238,14 @@ clean-other-dirs-nmake: $(MAKE) $(MFLAGS) clean cd ..\lisp $(MAKE) $(MFLAGS) clean + cd ..\lispintro + $(MAKE) $(MFLAGS) clean + cd ..\lispref + $(MAKE) $(MFLAGS) clean cd ..\leim $(MAKE) $(MFLAGS) clean + cd ..\man + $(MAKE) $(MFLAGS) clean cd ..\nt clean-other-dirs-gmake: -- 2.39.2