| sed s:$(srcdir)/:$(datadir)/gforth/$(VERSION): gforth.TAGS >TAGS; $(INSTALL_DATA) TAGS $(datadir)/gforth/$(VERSION) |
sed s:$(srcdir)/:$(datadir)/gforth/$(VERSION): gforth.TAGS >TAGS; $(INSTALL_DATA) TAGS $(datadir)/gforth/$(VERSION) |
| if test -d $(emacssitelispdir); then \ |
if test -d $(emacssitelispdir); then \ |
| $(INSTALL_DATA) gforth.el $(emacssitelispdir); \ |
$(INSTALL_DATA) gforth.el $(emacssitelispdir); \ |
| else ; \ |
else \ |
| echo "please install gforth.el in your .../emacs/site-lisp directory"; \ |
echo "please install gforth.el in your .../emacs/site-lisp directory"; \ |
| fi |
fi |
| |
|