Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/97cbc1802154bd2f9b1127490d3a4ab0867a214f
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/97cbc1802154bd2f9b1127490d3a4ab0867a214f
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/97cbc1802154bd2f9b1127490d3a4ab0867a214f

The branch, master has been updated
       via  97cbc1802154bd2f9b1127490d3a4ab0867a214f (commit)
      from  b34a52e4b97b3606b4d93a6291874620c3e3a676 (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=97cbc1802154bd2f9b1127490d3a4ab0867a214f
commit 97cbc1802154bd2f9b1127490d3a4ab0867a214f
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Monkey: Buildsystem: Set messages directory.

diff --git a/frontends/monkey/Makefile b/frontends/monkey/Makefile
index d49a6c5..85bc9b5 100644
--- a/frontends/monkey/Makefile
+++ b/frontends/monkey/Makefile
@@ -16,6 +16,17 @@ CFLAGS += -std=c99 \
 LDFLAGS += -lm
 
 # ---------------------------------------------------------------------------
+# Target setup
+# ---------------------------------------------------------------------------
+
+# Path to monkey resources
+MONKEY_RESOURCES_DIR := $(FRONTEND_RESOURCES_DIR)
+
+# The filter and target for split messages
+MESSAGES_FILTER=monkey
+MESSAGES_TARGET=$(MONKEY_RESOURCES_DIR)
+
+# ---------------------------------------------------------------------------
 # HOST specific feature flags
 # ---------------------------------------------------------------------------
 


-----------------------------------------------------------------------

Summary of changes:
 frontends/monkey/Makefile |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/frontends/monkey/Makefile b/frontends/monkey/Makefile
index d49a6c5..85bc9b5 100644
--- a/frontends/monkey/Makefile
+++ b/frontends/monkey/Makefile
@@ -16,6 +16,17 @@ CFLAGS += -std=c99 \
 LDFLAGS += -lm
 
 # ---------------------------------------------------------------------------
+# Target setup
+# ---------------------------------------------------------------------------
+
+# Path to monkey resources
+MONKEY_RESOURCES_DIR := $(FRONTEND_RESOURCES_DIR)
+
+# The filter and target for split messages
+MESSAGES_FILTER=monkey
+MESSAGES_TARGET=$(MONKEY_RESOURCES_DIR)
+
+# ---------------------------------------------------------------------------
 # HOST specific feature flags
 # ---------------------------------------------------------------------------
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to