index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
CommandGuide
/
Makefile
Age
Commit message (
Expand
)
Author
2012-05-08
[docs] Remove POD based man page docs (and build system support).
Daniel Dunbar
2011-11-03
docs: Sketch docs for llvm-build tool.
Daniel Dunbar
2010-05-07
Revert r103213. It broke several sections of live website.
mike-m
2010-05-06
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-03-04
Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.
Erick Tryzelaar
2009-08-23
Don't install the man page for FileCheck
Douglas Gregor
2008-06-09
Create dirs as needed.
Tanya Lattner
2008-03-30
Tweak build system to allow for installing the tutorial and uninstalling the ...
Erick Tryzelaar
2008-02-12
heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mod...
Chris Lattner
2007-12-29
remove attributions from the rest of the llvm makefiles.
Chris Lattner
2006-04-20
Don't hardcode in 1.5 for the website, just use 'CVS'.
Chris Lattner
2005-05-18
Merged in release_15.
John Criswell
2005-02-24
Remove a -C I forgot to remove earlier.
Reid Spencer
2005-02-24
For PR528:
Reid Spencer
2005-01-16
Rename BUILD_* to PROJ_*
Reid Spencer
2004-12-09
Add new pseudo target
Chris Lattner
2004-12-08
Build the man and ps versions of the command guide as well when
Reid Spencer
2004-12-08
Make an alternate version of this Makefile that can be used in an
Reid Spencer
2004-11-29
Fix two bugs:
Reid Spencer
2004-11-29
* Get rid of extraneous directories
Reid Spencer
2004-11-29
* Adjust so this falls in line with LLVM Makefile standards.
Reid Spencer
2004-11-15
Bump version. Shouldn't this come from somewhere else??
Chris Lattner
2004-05-14
Rename "User's Guide" to "Command Guide" to be consistent with current scheme.
Misha Brukman
2004-05-14
Put outputs of each type into a separate subdirectory.
Misha Brukman
2004-05-14
More pods... work in progress
Brian Gaeke