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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/nt/makefile.w32-in
Date: Wed, 03 Sep 2003 19:05:32 -0400

Index: emacs/nt/makefile.w32-in
diff -c emacs/nt/makefile.w32-in:1.18 emacs/nt/makefile.w32-in:1.19
*** emacs/nt/makefile.w32-in:1.18       Tue Sep  2 15:14:00 2003
--- emacs/nt/makefile.w32-in    Wed Sep  3 19:05:32 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,235 ****
--- 238,250 ----
        $(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

  





reply via email to

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