|
From: Paulo M. <pm...@us...> - 2008-06-08 09:55:27
|
Update of /cvsroot/yap/GPL In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17678/GPL Modified Files: Makefile.in Log Message: Logtalk is no longer distributed with YAP. Please use the Logtalk standalone installer for a smooth integration with YAP. Index: Makefile.in =================================================================== RCS file: /cvsroot/yap/GPL/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.in 12 Feb 2008 17:03:52 -0000 1.1 +++ Makefile.in 8 Jun 2008 09:55:34 -0000 1.2 @@ -35,6 +35,4 @@ install: $(PROGRAMS) mkdir -p $(DESTDIR)$(SHAREDIR)/Yap for p in $(PROGRAMS); do $(INSTALL_DATA) $$p $(DESTDIR)$(SHAREDIR)/Yap; done - mkdir -p $(DESTDIR)$(SHAREDIR)/Yap/logtalk - for p in $(LOGTALK_PROGRAMS); do $(INSTALL_DATA) $$p $(DESTDIR)$(SHAREDIR)/Yap/logtalk; done |