Misc shell code

This commit is contained in:
Don Stewart
2005-07-06 05:00:19 +00:00
parent e20870488d
commit 663d5457a8
4 changed files with 16 additions and 2 deletions

View File

@ -23,6 +23,8 @@ EvalHaskell.h: build
install:
$(INSTALL_DATA_DIR) $(LIBDIR)/include
$(INSTALL_DATA) EvalHaskell.h $(LIBDIR)/include
$(INSTALL_DATA_DIR) $(MANDIR)/man1
$(INSTALL_DATA) docs/hs-plugins.1 $(MANDIR)/man1
@(cd src && $(MAKE) install)
#