diff --git a/Makefile.in b/Makefile.in index 7d382f512..8bd2b1d9a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -637,7 +637,7 @@ install_win32: startup (cd library/regex; make install) (cd library/rltree; make install) (cd library/system; make install) - (cd LGPL/swi_console; make install) + @ENABLE_WINCONSOLE@ (cd LGPL/swi_console; make install) @INSTALL_MATLAB@ (cd library/matlab; make install) (cd library/tries; make install) @ENABLE_CPLINT@ (cd cplint; make install) diff --git a/changes-5.1.html b/changes-5.1.html index 0237442b8..194d4d1fb 100644 --- a/changes-5.1.html +++ b/changes-5.1.html @@ -7,7 +7,7 @@ YAP change log -xb + @@ -17,6 +17,8 @@ xb

Yap-5.1.3: