<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/docs/CommandGuide/Makefile, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2012-05-08T17:48:21+00:00</updated>
<entry>
<title>[docs] Remove POD based man page docs (and build system support).</title>
<updated>2012-05-08T17:48:21+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2012-05-08T17:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3d92154e60c149ae52044d71675c26b0a20f969d'/>
<id>urn:sha1:3d92154e60c149ae52044d71675c26b0a20f969d</id>
<content type='text'>
 - Currently this leaves us with less build system support (e.g., installing man pages) for the docs than is desired. I'm working on fixing this, but it may take a while. If someone finds this particularly egregious let me know and I will prioritize it.

llvm-svn: 156389
</content>
</entry>
<entry>
<title>docs: Sketch docs for llvm-build tool.</title>
<updated>2011-11-03T17:56:24+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-11-03T17:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=774421ec26e431ec8c63968a45805f4c0370c78c'/>
<id>urn:sha1:774421ec26e431ec8c63968a45805f4c0370c78c</id>
<content type='text'>
llvm-svn: 143627
</content>
</entry>
<entry>
<title>Revert r103213. It broke several sections of live website.</title>
<updated>2010-05-07T00:28:04+00:00</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-07T00:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f375e9a0924fd059792c6dccbb0412d5127bfc74'/>
<id>urn:sha1:f375e9a0924fd059792c6dccbb0412d5127bfc74</id>
<content type='text'>
llvm-svn: 103219
</content>
</entry>
<entry>
<title>Overhauled llvm/clang docs builds. Closes PR6613.</title>
<updated>2010-05-06T23:45:43+00:00</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-06T23:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e08af303a642a69accf5d06c5ac61e6b8f2ef6b6'/>
<id>urn:sha1:e08af303a642a69accf5d06c5ac61e6b8f2ef6b6</id>
<content type='text'>
NOTE: 2nd part changeset for cfe trunk to follow.

*** PRE-PATCH ISSUES ADDRESSED

- clang api docs fail build from objdir
- clang/llvm api docs collide in install PREFIX/
- clang/llvm main docs collide in install
- clang/llvm main docs have full of hard coded destination
  assumptions and make use of absolute root in static html files;
  namely CommandGuide tools hard codes a website destination
  for cross references and some html cross references assume
  website root paths

*** IMPROVEMENTS

- bumped Doxygen from 1.4.x -&gt; 1.6.3
- splits llvm/clang docs into 'main' and 'api' (doxygen) build trees
- provide consistent, reliable doc builds for both main+api docs
- support buid vs. install vs. website intentions
- support objdir builds
- document targets with 'make help'
- correct clean and uninstall operations
- use recursive dir delete only where absolutely necessary
- added call function fn.RMRF which safeguards against botched 'rm -rf';
  if any target (or any variable is evaluated) which attempts
  to remove any dirs which match a hard-coded 'safelist', a verbose
  error will be printed and make will error-stop.

llvm-svn: 103213
</content>
</entry>
<entry>
<title>Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.</title>
<updated>2010-03-04T20:56:19+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2010-03-04T20:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=444c0955af5c51f098f3db4a35460890bb29d432'/>
<id>urn:sha1:444c0955af5c51f098f3db4a35460890bb29d432</id>
<content type='text'>
We need this so can not bake DESTDIR into the O'Caml symlinks.

llvm-svn: 97743
</content>
</entry>
<entry>
<title>Don't install the man page for FileCheck</title>
<updated>2009-08-23T05:24:49+00:00</updated>
<author>
<name>Douglas Gregor</name>
<email>dgregor@apple.com</email>
</author>
<published>2009-08-23T05:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=22f8ecf0cb723f2dd8168b937a68f64a27827a82'/>
<id>urn:sha1:22f8ecf0cb723f2dd8168b937a68f64a27827a82</id>
<content type='text'>
llvm-svn: 79826
</content>
</entry>
<entry>
<title>Create dirs as needed.</title>
<updated>2008-06-09T07:14:31+00:00</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-06-09T07:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d18ce727e138864c6f40d75924fe0e91e8e454c0'/>
<id>urn:sha1:d18ce727e138864c6f40d75924fe0e91e8e454c0</id>
<content type='text'>
llvm-svn: 52131
</content>
</entry>
<entry>
<title>Tweak build system to allow for installing the tutorial and uninstalling the docs.</title>
<updated>2008-03-30T20:32:18+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2008-03-30T20:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=dd0ace574bcad687e1644d773974593d5df18434'/>
<id>urn:sha1:dd0ace574bcad687e1644d773974593d5df18434</id>
<content type='text'>
llvm-svn: 48968
</content>
</entry>
<entry>
<title>heavily  refactor this to have less duplication between BUILD_FOR_WEBSITE mode and not.</title>
<updated>2008-02-12T06:07:47+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-02-12T06:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8752bbf25f1dfc44a8694b20b70775d50417d512'/>
<id>urn:sha1:8752bbf25f1dfc44a8694b20b70775d50417d512</id>
<content type='text'>
llvm-svn: 46991
</content>
</entry>
<entry>
<title>remove attributions from the rest of the llvm makefiles.</title>
<updated>2007-12-29T20:11:13+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=11cc8b3c143ebda2b7a009fd96ddb5e05dad983e'/>
<id>urn:sha1:11cc8b3c143ebda2b7a009fd96ddb5e05dad983e</id>
<content type='text'>
llvm-svn: 45416
</content>
</entry>
</feed>
