Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/6cabd4cd628833afa32ae...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/6cabd4cd628833afa32aeb7...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/6cabd4cd628833afa32aeb7c6...
The branch, master has been updated
via 6cabd4cd628833afa32aeb7c614ef153b4a1c985 (commit)
from 7c3da95a07f0d21860e6803567b0603127c517c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=6cabd4cd628833afa32...
commit 6cabd4cd628833afa32aeb7c614ef153b4a1c985
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
remove spurious messages file from framebuffer install target
diff --git a/frontends/framebuffer/Makefile b/frontends/framebuffer/Makefile
index 489eab9..bdedd90 100644
--- a/frontends/framebuffer/Makefile
+++ b/frontends/framebuffer/Makefile
@@ -170,7 +170,7 @@ EXETARGET := nsfb
NETSURF_FRAMEBUFFER_RESOURCE_LIST := adblock.css credits.html \
default.css internal.css licence.html \
- netsurf.png quirks.css welcome.html maps.html Messages
+ netsurf.png quirks.css welcome.html maps.html
install-framebuffer:
$(Q)$(MKDIR) -p $(DESTDIR)$(NETSURF_FRAMEBUFFER_BIN)
-----------------------------------------------------------------------
Summary of changes:
frontends/framebuffer/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontends/framebuffer/Makefile b/frontends/framebuffer/Makefile
index 489eab9..bdedd90 100644
--- a/frontends/framebuffer/Makefile
+++ b/frontends/framebuffer/Makefile
@@ -170,7 +170,7 @@ EXETARGET := nsfb
NETSURF_FRAMEBUFFER_RESOURCE_LIST := adblock.css credits.html \
default.css internal.css licence.html \
- netsurf.png quirks.css welcome.html maps.html Messages
+ netsurf.png quirks.css welcome.html maps.html
install-framebuffer:
$(Q)$(MKDIR) -p $(DESTDIR)$(NETSURF_FRAMEBUFFER_BIN)
--
NetSurf Browser