Diff for /gforth/Makefile.in between versions 1.58 and 1.59

version 1.58, 1996/04/17 16:39:39 version 1.59, 1996/05/06 12:38:59
Line 211  distclean: clean Line 211  distclean: clean
 #mostlyclean, but also remove some of the stuff that is distributed  #mostlyclean, but also remove some of the stuff that is distributed
 virtualclean:   mostlyclean  virtualclean:   mostlyclean
                 -$(RM) -rf gforth.fns gforth.texi gforth.ps gforth.info* \                  -$(RM) -rf gforth.fns gforth.texi gforth.ps gforth.info* \
                 gforth-$(VERSION).tar.gz config.cache *~ *TAGS                  gforth-$(VERSION).tar.gz config.cache *~ */*~
   
 dist:           $(SOURCES) $(FORTH_GEN) $(DOCDIST)  dist:           $(SOURCES) $(FORTH_GEN) $(DOCDIST)
                 -rm -rf gforth-$(VERSION)                  -rm -rf gforth-$(VERSION)

Removed from v.1.58  
changed lines
  Added in v.1.59


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