add pointer to commons.

This commit is contained in:
vscosta 2014-11-05 07:43:48 +00:00
parent fdadf7d477
commit 605dd2abc1
2 changed files with 9 additions and 0 deletions

View File

@ -667,6 +667,7 @@ install_common: install_startup
mkdir -p $(DESTDIR)$(SHAREDIR)
mkdir -p $(DESTDIR)$(SHAREDIR)/Yap
mkdir -p $(DESTDIR)$(SHAREDIR)/PrologCommons
$(INSTALL) $(srcdir)/PrologCommons/PROLOGCOMMONS.md $(DESTDIR)$(SHAREDIR)/PrologCommons
mkdir -p $(DESTDIR)$(SHAREDIR)/Yap/pl
mkdir -p $(DESTDIR)$(DOCSDIR)
mkdir -p $(DESTDIR)$(INCLUDEDIR)

View File

@ -0,0 +1,8 @@
This directory should hold files from the Prolog Commons
project. Please see
http://prolog-commons.org
for detailed information on the Prolog Commons initiative.