Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/72ff12b3ae1c66629042c...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/72ff12b3ae1c66629042ce9...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/72ff12b3ae1c66629042ce906...
The branch, master has been updated
via 72ff12b3ae1c66629042ce906abf8850c49700db (commit)
from b37145434425e4cd76ce844f9bae9538c50d75ae (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=72ff12b3ae1c6662904...
commit 72ff12b3ae1c66629042ce906abf8850c49700db
Author: Michael Drake <michael.drake(a)codethink.co.uk>
Commit: Michael Drake <michael.drake(a)codethink.co.uk>
Docs: Update for nsgtk3 rename.
diff --git a/docs/PACKAGING-GTK b/docs/PACKAGING-GTK
index 7436f23..4eab25b 100644
--- a/docs/PACKAGING-GTK
+++ b/docs/PACKAGING-GTK
@@ -29,11 +29,8 @@
checkouts smaller and making sure changes to one set of resources updates
the other.
- The binary that the build system produces is called "nsgtk". There is also
- a shell script called "netsurf" that will set up the environment and launch
- the nsgtk binary. Do not ship this shell script with your package. It is
- included only as a convience for launching NetSurf from the build tree.
- Instead, you should move nsgtk to /usr/bin/netsurf (or wherever your
+ The binary that the build system produces is called "nsgtk3".
+ You should install nsgtk3 to `/usr/bin/netsurf` (or wherever your
distribution's packaging policy suggests) and copy the contents of
gtk/res/ (dereferencing the symlinks, obviously) to /usr/share/netsurf (or
wherever your packaging policy suggests).
diff --git a/docs/building-GTK.md b/docs/building-GTK.md
index dd1b7e2..aa898a0 100644
--- a/docs/building-GTK.md
+++ b/docs/building-GTK.md
@@ -171,13 +171,10 @@ below. Or turn off the complaining features in a Makefile.config
file. You may need to "make clean" before attempting to build after
installing the dependencies.
-Run NetSurf by executing the "test-nsgtk" shell script:
+Run NetSurf by executing "nsgtk3":
- $ ./test-nsgtk
+ $ ./nsgtk3
-This script makes it easy to run the nsgtk binary from the build tree. It
-sets up some environment variables which enable NetSurf to find its
-resources.
### Builtin resources
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 6450b81..652c3e3 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -77,7 +77,7 @@ To build the native front end (the GTK front end on Linux, BSDs, etc)
you could do:
$ make
- $ ./nsgtk
+ $ ./nsgtk3
To build the framebuffer front end, you could do:
-----------------------------------------------------------------------
Summary of changes:
docs/PACKAGING-GTK | 7 ++-----
docs/building-GTK.md | 7 ++-----
docs/quick-start.md | 2 +-
3 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/docs/PACKAGING-GTK b/docs/PACKAGING-GTK
index 7436f23..4eab25b 100644
--- a/docs/PACKAGING-GTK
+++ b/docs/PACKAGING-GTK
@@ -29,11 +29,8 @@
checkouts smaller and making sure changes to one set of resources updates
the other.
- The binary that the build system produces is called "nsgtk". There is also
- a shell script called "netsurf" that will set up the environment and launch
- the nsgtk binary. Do not ship this shell script with your package. It is
- included only as a convience for launching NetSurf from the build tree.
- Instead, you should move nsgtk to /usr/bin/netsurf (or wherever your
+ The binary that the build system produces is called "nsgtk3".
+ You should install nsgtk3 to `/usr/bin/netsurf` (or wherever your
distribution's packaging policy suggests) and copy the contents of
gtk/res/ (dereferencing the symlinks, obviously) to /usr/share/netsurf (or
wherever your packaging policy suggests).
diff --git a/docs/building-GTK.md b/docs/building-GTK.md
index dd1b7e2..aa898a0 100644
--- a/docs/building-GTK.md
+++ b/docs/building-GTK.md
@@ -171,13 +171,10 @@ below. Or turn off the complaining features in a Makefile.config
file. You may need to "make clean" before attempting to build after
installing the dependencies.
-Run NetSurf by executing the "test-nsgtk" shell script:
+Run NetSurf by executing "nsgtk3":
- $ ./test-nsgtk
+ $ ./nsgtk3
-This script makes it easy to run the nsgtk binary from the build tree. It
-sets up some environment variables which enable NetSurf to find its
-resources.
### Builtin resources
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 6450b81..652c3e3 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -77,7 +77,7 @@ To build the native front end (the GTK front end on Linux, BSDs, etc)
you could do:
$ make
- $ ./nsgtk
+ $ ./nsgtk3
To build the framebuffer front end, you could do:
--
NetSurf Browser