summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-03-16 16:57:15 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-03-16 16:57:15 +0000
commit5254f872aac16b1a810a52a1ca2d2f6375744d1a (patch)
tree447c313da6881d02ecdb0cf1a72a731657fbf5a9
parentf7c756192e1d088e2b8198e4512e31b4841a12b8 (diff)
downloadnetsurf-5254f872aac16b1a810a52a1ca2d2f6375744d1a.tar.gz
netsurf-5254f872aac16b1a810a52a1ca2d2f6375744d1a.tar.bz2
Add buildsystem to lib list.
-rw-r--r--Docs/BUILDING-Framebuffer1
-rw-r--r--Docs/BUILDING-GTK1
2 files changed, 2 insertions, 0 deletions
diff --git a/Docs/BUILDING-Framebuffer b/Docs/BUILDING-Framebuffer
index 210bc29d8..8e695c4a9 100644
--- a/Docs/BUILDING-Framebuffer
+++ b/Docs/BUILDING-Framebuffer
@@ -111,6 +111,7 @@
The NetSurf project has developed several libraries which are required by
the browser. These are:
+ BuildSystem -- Shared build system, needed to build the other libraries
LibParserUtils -- Parser building utility functions
LibWapcaplet -- String internment
Hubbub -- HTML5 compliant HTML parser
diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK
index 531f576e6..dab2bef07 100644
--- a/Docs/BUILDING-GTK
+++ b/Docs/BUILDING-GTK
@@ -124,6 +124,7 @@
The NetSurf project has developed several libraries which are required by
the browser. These are:
+ BuildSystem -- Shared build system, needed to build the other libraries
LibParserUtils -- Parser building utility functions
LibWapcaplet -- String internment
Hubbub -- HTML5 compliant HTML parser