summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Remove POD based man page docs (and build system support).Daniel Dunbar2012-05-081-103/+0
| | | | | | - 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
* docs: Sketch docs for llvm-build tool.Daniel Dunbar2011-11-031-1/+1
| | | | llvm-svn: 143627
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+103
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-103/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 -> 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
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-041-3/+3
| | | | | | We need this so can not bake DESTDIR into the O'Caml symlinks. llvm-svn: 97743
* Don't install the man page for FileCheckDouglas Gregor2009-08-231-2/+8
| | | | llvm-svn: 79826
* Create dirs as needed.Tanya Lattner2008-06-091-0/+6
| | | | llvm-svn: 52131
* Tweak build system to allow for installing the tutorial and uninstalling the ↵Erick Tryzelaar2008-03-301-2/+2
| | | | | | docs. llvm-svn: 48968
* heavily refactor this to have less duplication between BUILD_FOR_WEBSITE ↵Chris Lattner2008-02-121-40/+30
| | | | | | mode and not. llvm-svn: 46991
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45416
* Don't hardcode in 1.5 for the website, just use 'CVS'.Chris Lattner2006-04-201-1/+1
| | | | llvm-svn: 27870
* Merged in release_15.John Criswell2005-05-181-1/+1
| | | | llvm-svn: 22120
* Remove a -C I forgot to remove earlier.Reid Spencer2005-02-241-1/+1
| | | | llvm-svn: 20321
* For PR528:Reid Spencer2005-02-241-8/+8
| | | | | | Use the DataInstall and MKDIR macros instead of using $(INSTALL) directly llvm-svn: 20318
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-161-13/+13
| | | | llvm-svn: 19592
* Add new pseudo targetChris Lattner2004-12-091-0/+2
| | | | llvm-svn: 18723
* Build the man and ps versions of the command guide as well whenReid Spencer2004-12-081-5/+20
| | | | | | BUILD_FOR_WEBSITE is set. llvm-svn: 18653
* Make an alternate version of this Makefile that can be used in anReid Spencer2004-12-081-0/+20
| | | | | | | unconfigured tree for rebuilding the html files from POD sources for the website update on cvs commit. llvm-svn: 18616
* Fix two bugs:Reid Spencer2004-11-291-3/+1
| | | | | | | | | 1. Nothing should happen on "make all". Doc generation is quick, but we don't want to do it unless we're installing. 2. Correct a dependency for the *.ps files .. didn't notice this before because of cruft in my directory. It failed on a clean build. llvm-svn: 18359
* * Get rid of extraneous directoriesReid Spencer2004-11-291-12/+18
| | | | | | | | * Ensure things installed to same place are all getting there by using a variable to name that place. * Make sure missing index.html, images and *.css files get installed. llvm-svn: 18321
* * Adjust so this falls in line with LLVM Makefile standards.Reid Spencer2004-11-291-11/+48
| | | | | | | * Implement installation of doxygen and html documentation * Fix it so it works with objdir != srcdir. llvm-svn: 18318
* Bump version. Shouldn't this come from somewhere else??Chris Lattner2004-11-151-1/+1
| | | | llvm-svn: 17839
* Rename "User's Guide" to "Command Guide" to be consistent with current scheme.Misha Brukman2004-05-141-1/+1
| | | | llvm-svn: 13580
* Put outputs of each type into a separate subdirectory.Misha Brukman2004-05-141-8/+8
| | | | llvm-svn: 13575
* More pods... work in progressBrian Gaeke2004-05-141-0/+23
llvm-svn: 13574
OpenPOWER on IntegriCloud