[llvm-commits] [llvm] r171837 - /llvm/trunk/README.txt
Sean Silva
silvas at purdue.edu
Mon Jan 7 18:35:16 PST 2013
Author: silvas
Date: Mon Jan 7 20:35:15 2013
New Revision: 171837
URL: http://llvm.org/viewvc/llvm-project?rev=171837&view=rev
Log:
Update README.txt to more accurately reflect reality.
This closes PR14709 and hopefully is a small step towards preventing
similar issues in the future.
Modified:
llvm/trunk/README.txt
Modified: llvm/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/README.txt?rev=171837&r1=171836&r2=171837&view=diff
==============================================================================
--- llvm/trunk/README.txt (original)
+++ llvm/trunk/README.txt Mon Jan 7 20:35:15 2013
@@ -8,8 +8,10 @@
LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.
-Please see the HTML documentation provided in docs/index.html for further
-assistance with LLVM.
+Please see the documentation provided in docs/ for further
+assistance with LLVM, and in particular docs/GettingStarted.rst for getting
+started with LLVM and docs/README.txt for an overview of LLVM's
+documentation setup.
-If you're writing a package for LLVM, see docs/Packaging.html for our
+If you're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.
More information about the llvm-commits
mailing list