summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-19 13:17:45 +0200
committerNoel Grandin <noel@peralex.com>2015-05-19 13:18:46 +0200
commit3128dbdebef081cc865a6239543c5a8ab705fdcc (patch)
treeb57b0730963d1271f6ee8fe4aa5b98543f1cfda6 /solenv
parent737863ce3466391733c3f66766ab764d2fbda4ab (diff)
very very basic README for gbuild
Change-Id: I5272fe6e6007d4a21a2484b8f5bfe42f5b6ab853
Diffstat (limited to 'solenv')
-rw-r--r--solenv/README1
-rw-r--r--solenv/gbuild/README8
2 files changed, 9 insertions, 0 deletions
diff --git a/solenv/README b/solenv/README
index fd0c593c2f0d..e3508c7a4a59 100644
--- a/solenv/README
+++ b/solenv/README
@@ -18,6 +18,7 @@ bin/
gbuild/
the (shiny new) gnumake build makefile fragments we are
migrating the codebase to use.
+ See gbuild/README for more info.
gdb/
lots of nice python helpers to make debugging -much- easier
diff --git a/solenv/gbuild/README b/solenv/gbuild/README
new file mode 100644
index 000000000000..0441a8387ad3
--- /dev/null
+++ b/solenv/gbuild/README
@@ -0,0 +1,8 @@
+
+GBuild is a set of makefile macros built on top of gmake that attempts to simplify LibreOffice development.
+
+See
+ https://web.archive.org/web/20130911015536/http://wiki.openoffice.org/wiki/Build_Environment_Effort/Module_Migration
+for an archived overview of the new build system.
+
+