emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/makefile.w32-in [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/nt/makefile.w32-in [lexbind]
Date: Tue, 14 Oct 2003 18:51:31 -0400

Index: emacs/nt/makefile.w32-in
diff -c emacs/nt/makefile.w32-in:1.14.2.1 emacs/nt/makefile.w32-in:1.14.2.2
*** emacs/nt/makefile.w32-in:1.14.2.1   Fri Apr  4 01:20:52 2003
--- emacs/nt/makefile.w32-in    Tue Oct 14 18:51:22 2003
***************
*** 214,219 ****
--- 214,228 ----
        $(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,236 ****
--- 238,251 ----
        $(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:

***************
*** 258,260 ****
--- 273,277 ----
  

  realclean: cleanall

        - $(DEL_TREE) ../bin

+ 

+ # arch-tag: 6f5b23a6-774b-4598-9c29-58235b2b4219





reply via email to

[Prev in Thread] Current Thread [Next in Thread]