/[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.22 by eliz, Fri Jul 20 10:55:31 2001 UTC revision 1.23 by eliz, Sat Nov 10 14:06:33 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  all:    lib-src src man lispref
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:    FRC  man lispref:    FRC
94          cd man          cd $@
95          $(MAKE) top_srcdir=${top_srcdir}          $(MAKE) top_srcdir=${top_srcdir}
96          cd ..          cd ..
97    

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

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