summary refs log tree commit diff
path: root/mk/docs.mk
AgeCommit message (Expand)AuthorLines
2013-09-23Add rustpkg tutorial to the official tutorials.Steve Klabnik-0/+10
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-25/+6
2013-09-21Fix the dependencies of rustdoc_ng doc generationAlex Crichton-6/+6
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-0/+15
2013-08-19doc: add condition tutorialGraydon Hoare-0/+10
2013-08-13tutorial: Add Japanese translationgifnksm-1/+14
2013-08-12doc: Add -M and -L option to po4agifnksm-0/+1
2013-07-17Add project information to l10n templates.OGINO Masanori-1/+4
2013-07-07Use po4a to provide translatable documentationLuca Bruno-0/+5
2013-06-28add a tutorial on containers and iteratorsDaniel Micay-0/+10
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-2/+2
2013-04-30mk: Fix pdf buildBrian Anderson-1/+2
2013-04-23mk: reorganize doc build to fix dependencies. #6042Brian Anderson-38/+33
2013-04-22docs: Sketch out rustpkg manualTim Chevalier-0/+14
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-1/+1
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-1/+1
2013-02-06doc: improvements to version-stamp makefile logic.Graydon Hoare-4/+6
2013-01-03add missing $(CFG_PYTHON) prefixesDaniel Micay-1/+1
2012-12-14Display the full TOC in the manual. Closes #4194Brian Anderson-1/+6
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-22doc: Split out task tutorail. Add links to sub-tutorialsBrian Anderson-0/+10
2012-09-15docs: Add Niko's borrowed pointers tutorialBrian Anderson-0/+10
2012-09-05doc: Split out the FFI part of the tutorialPatrick Walton-0/+10
2012-09-05doc: Split macros out into a separate tutorialPatrick Walton-0/+11
2012-08-20Rename the template for version_info.htmlKevin Cantu-1/+1
2012-07-19Add a badge to the tutorial and reference docs indicating which Rust version ...Paul Stansifer-2/+10
2012-04-19doc: Remove unused keywords.txtBrian Anderson-7/+3
2012-03-27Prep docs before pdf.Graydon Hoare-3/+3
2012-03-26Tidy up doc make rules.Graydon Hoare-9/+8
2012-03-20doc: Run language ref through prep.jsBrian Anderson-3/+8
2012-03-15This path could have spaces in it, so quote itDaniel Brooks-1/+1
2012-03-10build: Make tutorial and lang ref depend on rust.cssBrian Anderson-2/+2
2012-03-09build: Switch from naturaldocs to rustdocBrian Anderson-25/+17
2012-01-19Actually use CFG_NATURALDOCS rather than hardcoding naturaldocs name.Graydon Hoare-1/+2
2012-01-19[makefiles] Don't add css file to set of DOCS targetsMarijn Haverbeke-1/+1
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-20/+21
2012-01-18Tidy tidyGraydon Hoare-1/+1
2012-01-18Refactor the doc building rules a bit, sensitize them to the presence or abse...Graydon Hoare-25/+69
2012-01-18Add a stylesheet to make the reference HTML look a bit prettierMarijn Haverbeke-1/+5
2012-01-17Move the ifdefs to nest properly. Real clever.Graydon Hoare-2/+4
2012-01-17cp -a only.Graydon Hoare-1/+1
2012-01-17Improve the node-doc-building logic.Graydon Hoare-14/+5
2012-01-17build the tutorial if node.js is availableGrahame Bowland-0/+20
2012-01-12Begin shift over to using pandoc, markdown and llnextgen for reference manual...Graydon Hoare-17/+50
2011-12-30Document copy/move/swap/assign expressions more accurately. Fix up some drift...Graydon Hoare-1/+1
2011-12-30Make clean cleaner.Graydon Hoare-2/+11
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-16/+22
2011-11-29fix makefiles, add option to ignore changes in makefilesNiko Matsakis-1/+1
2011-11-23doc: Build keywords multitable automaticallyHaitao Li-2/+6
2011-11-05docs: work around texi2dvi bug. (#1134)Elly Jones-2/+5