/[emacs]/emacs/msdos/mainmake.v2
ViewVC logotype

Diff of /emacs/msdos/mainmake.v2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by eliz, Sat Nov 10 14:06:33 2001 UTC revision 1.24 by eliz, Sat Nov 24 10:36:56 2001 UTC
# Line 67  top_srcdir := $(subst \,/,$(shell cd)) Line 67  top_srcdir := $(subst \,/,$(shell cd))
67  # Find out which version of Emacs this is.  # Find out which version of Emacs this is.
68  version := ${shell sed -n -e '/(defconst emacs-version/s/^[^"]*\("[^"]*"\).*/\1/p' lisp/version.el}  version := ${shell sed -n -e '/(defconst emacs-version/s/^[^"]*\("[^"]*"\).*/\1/p' lisp/version.el}
69    
70  all:    lib-src src man lispref  all:    lib-src src man lispref lispintro
71    
72  lib-src: FRC  lib-src: FRC
73          cd lib-src          cd lib-src
# Line 90  src: FRC Line 90  src: FRC
90          cd ..          cd ..
91          if exist leim\Makefile redir $(MAKE) -C leim top_srcdir=${top_srcdir}          if exist leim\Makefile redir $(MAKE) -C leim top_srcdir=${top_srcdir}
92    
93  man lispref:    FRC  man lispref lispintro:  FRC
94          cd $@          cd $@
95          $(MAKE) top_srcdir=${top_srcdir}          $(MAKE) top_srcdir=${top_srcdir}
96          cd ..          cd ..

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26