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
/
Makefile
Age
Commit message (
Expand
)
Author
2012-05-08
[docs] Remove POD based man page docs (and build system support).
Daniel Dunbar
2012-05-02
[docs] Include the Kaleidescope tutorial in the Sphinx docs build.
Daniel Dunbar
2012-04-20
LLVM docs no longer contain images, don't try to install them.
Benjamin Kramer
2011-02-09
Don't run ocamldoc if it's not installed
Erick Tryzelaar
2010-12-10
Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment
Eric Christopher
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-12-14
Rearrange rules to add missing dependency and allow parallel makes.
Bob Wilson
2008-03-31
Add a unified 'generated documentation' target so the web site script has a c...
Gordon Henriksen
2008-03-30
Tweak build system to allow for installing the tutorial and uninstalling the ...
Erick Tryzelaar
2008-03-10
Adding ocamldoc generation.
Gordon Henriksen
2008-01-27
Always for PACKAGEVERSION to 'mainline' for teh llvm web page.
Chris Lattner
2007-12-29
remove attributions from the rest of the llvm makefiles.
Chris Lattner
2007-07-09
Subversionify the documentation.
Reid Spencer
2007-07-05
Get the version number right, finally.
Reid Spencer
2007-07-03
We really should not have this version number in SO many makefiles. This sho...
Tanya Lattner
2007-03-27
Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this corre...
Tanya Lattner
2007-03-27
For PR1276:
Reid Spencer
2007-03-04
Get the version number for the LLVM from the autoconf/configure.ac file
Reid Spencer
2006-07-06
The web site uses this
Chris Lattner
2005-11-30
copy the doxygen tarball into the HTML directory after building it
Chris Lattner
2005-05-16
Adjust the dependencies and generate the output to docs/userloc.html so
Reid Spencer
2005-05-16
Add the ability to generate the User LOC page via the userloc.pl script.
Reid Spencer
2005-02-24
For PR528:
Reid Spencer
2005-01-16
Rename BUILD_* to PROJ_*
Reid Spencer
2005-01-11
Make the construction of doxygen documentation a repeatable process
Reid Spencer
2004-11-29
* Make this makefile compliant with LLVM makefile standards
Reid Spencer
2003-10-21
Added LLVM copyright notice.
John Criswell
2002-09-26
Don't hardcode path to doxygen
Chris Lattner
2002-01-30
Add rule to build tar.gz file.
Chris Lattner
2002-01-26
Checkin support for building doxygen stuff
Chris Lattner