--- gforth/Makefile.in 1999/01/08 16:58:29 1.143 +++ gforth/Makefile.in 1999/02/21 14:55:42 1.147 @@ -53,7 +53,7 @@ osclass = @OSCLASS@ SHELL = /bin/sh RM = rm RMTREE = rm -rf -CP = cp +CP = cp -p MV = mv TAR = tar cf - INSTALL = @INSTALL@ @@ -171,6 +171,7 @@ EC_SRC = \ GFORTH_FI_SRC = \ assert.fs \ + backtrace.fs \ blocked.fb \ blocks.fs \ bufio.fs \ @@ -370,6 +371,14 @@ mostlyclean: FORCE doc/gforth.toc doc/gforth.tp doc/gforth.vr html \ gforth-$(VERSION).tar.gz +# Just the stuff needed to rebuild the documentation nac03feb1999 +docclean: FORCE + -$(RM) -rf doc/crossdoc.fd doc/doc.fd doc/gforth.texi doc/gforth.fns \ + doc/gforth.aux doc/gforth.cp doc/gforth.cps \ + doc/gforth.dvi doc/gforth.fn doc/gforth.ky doc/gforth.log \ + doc/gforth.pg \ + doc/gforth.toc doc/gforth.tp doc/gforth.vr html + clean: mostlyclean -$(RM) -rf $(GEN) engine/gforth$(EXE) \ engine/gforth-fast$(EXE) engine/gforth-ditc$(EXE) \ @@ -427,11 +436,13 @@ binonlydist: Makedist FORCE install: gforth$(EXE) $(FORTH_SRC) $(kernel_fi) gforth.fi gforthmi doc/gforth.1 prim install.TAGS installdirs touch $(siteforthdir)/siteinit.fs -$(RM) $(bindir)/gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE) $(bindir)/gforthmi + -$(RM) $(bindir)/gforth-fast$(EXE) $(bindir)/gforth-fast-$(VERSION)$(EXE) $(INSTALL_PROGRAM) -s gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE) $(LN_S) $(bindir)/gforth-$(VERSION)$(EXE) $(bindir)/gforth$(EXE) $(INSTALL_PROGRAM) -s gforth-fast$(EXE) $(bindir)/gforth-fast-$(VERSION)$(EXE) $(LN_S) $(bindir)/gforth-fast-$(VERSION)$(EXE) $(bindir)/gforth-fast$(EXE) $(INSTALL_PROGRAM) gforthmi $(bindir)/gforthmi-$(VERSION) + $(INSTALL_PROGRAM) gforth-ditc $(libdir)/gforth/$(VERSION) $(LN_S) $(bindir)/gforthmi-$(VERSION) $(bindir)/gforthmi -$(INSTALL_DATA) $(srcdir)/doc/gforth.1 $(man1dir) -for i in $(srcdir)/doc/gforth.info*; do $(INSTALL_DATA) $$i $(infodir); done