summaryrefslogtreecommitdiffstats
path: root/lld/docs/README.txt
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2012-05-31 22:34:00 +0000
committerNick Kledzik <kledzik@apple.com>2012-05-31 22:34:00 +0000
commitabb6981f68a0cf631b6d7d36e67127bb1af50713 (patch)
tree63d6fd7aeef209f7528fecf1a151df50f61f7fa9 /lld/docs/README.txt
parent5168a72b2628288c5ba3143745554e2eadbb67b0 (diff)
downloadbcm5719-llvm-abb6981f68a0cf631b6d7d36e67127bb1af50713.tar.gz
bcm5719-llvm-abb6981f68a0cf631b6d7d36e67127bb1af50713.zip
Major refactoring: Remove Platform concept. In its place there are
now Reader and Writer subclasses for each file format. Each Reader and Writer subclass defines an "options" class which controls how that Reader or Writer operates. llvm-svn: 157774
Diffstat (limited to 'lld/docs/README.txt')
-rw-r--r--lld/docs/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lld/docs/README.txt b/lld/docs/README.txt
index e50ae59a6c8..eb09a2d2b7e 100644
--- a/lld/docs/README.txt
+++ b/lld/docs/README.txt
@@ -5,3 +5,8 @@ The lld documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.
We currently use the 'nature' theme and a Beaker inspired structure.
+
+To rebuild documents into html:
+
+ [/lld/docs]> make html
+
OpenPOWER on IntegriCloud