Diff for /gforth/Makefile.in between versions 1.186 and 1.188

version 1.186, 2000/09/14 19:16:23 version 1.188, 2000/09/23 15:05:58
Line 1 Line 1
 #Makefile for Gforth  #Makefile for Gforth
   
 #Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc.  #Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc.
   
 #This file is part of Gforth.  #This file is part of Gforth.
   
Line 450  binonlydist: Makedist FORCE Line 450  binonlydist: Makedist FORCE
   
   
 #strip gforth, because the debugging stuff is hardly useful once  #strip gforth, because the debugging stuff is hardly useful once
 # gforth manages to execute more than a few primitives  # gforth manages to execute more than a few primitives.
   
 #install does not depend on gforth.info, because that would require  #install does not depend on gforth.info, because that would require
 #supplying a lot of files that can be easily generated (only info is  #supplying a lot of files that can be easily generated (only info is
 #hard to generate)  #hard to generate).
   #we rebuild gforth.fi, because it contains some path names.
   #we delete $build/gforth.fi and $build/install.TAGS after installation because of ownership.
 install:        gforth$(EXE) $(FORTH_SRC) $(kernel_fi) gforth.fi gforthmi doc/gforth.1 prim install.TAGS installdirs  install:        gforth$(EXE) $(FORTH_SRC) $(kernel_fi) gforth.fi gforthmi doc/gforth.1 prim install.TAGS installdirs
                 touch $(siteforthdir)/siteinit.fs                  touch $(siteforthdir)/siteinit.fs
                 -$(RM) $(bindir)/gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE) $(bindir)/gforthmi                  -$(RM) $(bindir)/gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE) $(bindir)/gforthmi
Line 478  install: gforth$(EXE) $(FORTH_SRC) $(ker Line 480  install: gforth$(EXE) $(FORTH_SRC) $(ker
                         echo ">>>>>Please install $(srcdir)/gforth.el in your .../emacs/site-lisp directory"; \                          echo ">>>>>Please install $(srcdir)/gforth.el in your .../emacs/site-lisp directory"; \
                 fi                  fi
                 $(RM) gforth.fi                  $(RM) gforth.fi
                 GFORTHD="./gforth-ditc -p$(libdir)/gforth/site-forth$(PATHSEP)$(siteforthdir)$(PATHSEP)$(datadir)/gforth/$(VERSION) -i $(kernel_fi)" GFORTH="./gforth-ditc --die-on-signal -i $(kernel_fi) $(STARTUP)" ./gforthmi gforth.fi $(FORTHSIZES) $(STARTUP) #gforth.fi contains some path names                  GFORTHD="./gforth-ditc -p$(libdir)/gforth/site-forth$(PATHSEP)$(siteforthdir)$(PATHSEP)$(datadir)/gforth/$(VERSION) -i $(kernel_fi)" GFORTH="./gforth-ditc --die-on-signal -i $(kernel_fi) $(STARTUP)" ./gforthmi gforth.fi $(FORTHSIZES) $(STARTUP)
                 $(INSTALL_DATA) gforth.fi $(libdir)/gforth/$(VERSION)                  $(INSTALL_DATA) gforth.fi $(libdir)/gforth/$(VERSION)
                 $(INSTALL_DATA) install.TAGS $(datadir)/gforth/$(VERSION)/TAGS                  $(INSTALL_DATA) install.TAGS $(datadir)/gforth/$(VERSION)/TAGS
                 $(RM) gforth.fi install.TAGS #delete because of ownership                  $(RM) gforth.fi install.TAGS
                 @echo ">>>>> Please make an entry for Gforth in your info dir file; e.g.:"; \                  @echo ">>>>> Please make an entry for Gforth in your info dir file; e.g.:"; \
                 echo "* Gforth: (gforth).       A fast interpreter for the Forth language."                  echo "* Gforth: (gforth).       A fast interpreter for the Forth language."
   
Line 687  info:  doc/gforth.info Line 689  info:  doc/gforth.info
 doc/gforth.info doc/gforth.info-*: $(GFORTH_TEXI)  doc/gforth.info doc/gforth.info-*: $(GFORTH_TEXI)
                 -cd doc; $(MAKEINFO) gforth.texi                  -cd doc; $(MAKEINFO) gforth.texi
   
   ### need makeinfo 4.0 to generate html. Otherwise, use texi2html..
 html:           $(GFORTH_TEXI)  html:           $(GFORTH_TEXI)
                 -$(RMTREE) html                  -$(RMTREE) html
                 -mkdir html                  -mkdir html
 ### need makeinfo 4.0 to generate html. Otherwise, use texi2html..  
                 cd html; $(MAKEINFO) --html -I ../doc ../doc/gforth.texi                  cd html; $(MAKEINFO) --html -I ../doc ../doc/gforth.texi
 ###             cd html; $(TEXI2HTML) -menu -split_node ../doc/gforth.texi  ###             cd html; $(TEXI2HTML) -menu -split_node ../doc/gforth.texi
   

Removed from v.1.186  
changed lines
  Added in v.1.188


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>