summaryrefslogtreecommitdiffstats
path: root/common/waf.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-20Use a single top level version number.Chris Johns1-11/+32
2017-01-10waf: Add a title to the XML Catalogue.Chris Johns1-1/+6
2017-01-10waf: Improved XML Catalogue generator.Chris Johns1-44/+41
2017-01-10waf: Create an XML Catalogue.Chris Johns1-0/+78
2016-11-09waf: Users without the extra fonts need to use '--disable-extra-fonts' to bui...Chris Johns1-1/+4
2016-11-08waf: Use the good fonts if installed.Chris Johns1-6/+12
2016-11-06waf: Add support to handle missing Latex packages on hosts they are not avail...Chris Johns1-95/+21
2016-11-04waf: Check for texlive packages and report an error is not found.Chris Johns1-6/+106
2016-11-04waf: Fix the bnode issue when building in a manual directory.Chris Johns1-1/+1
2016-11-03waf: Use separate doctrees so avoid sphinx clashes.Chris Johns1-10/+11
2016-11-03waf: Have configure set building pdf and/or singlehtml.Chris Johns1-206/+247
2016-11-02waf: Fix the sphinx verbose option.Chris Johns1-2/+8
2016-10-31waf: Add an install command.Chris Johns1-43/+67
2016-10-30waf: Add top build support.Chris Johns1-16/+44
2016-10-29waf: Update to support a recent waf.Chris Johns1-2/+2
2016-10-27common/waf.py: Improve Sphinx version parsing to work with their git masterJoel Sherrill1-2/+2
2016-09-09waf: Fix for waf-1.9.3.Chris Johns1-1/+1
2016-05-18Move images to a common directory.Amar Takhar1-4/+16
2016-05-02Switch to using Minted and splitting long lines in verbatim.Amar Takhar1-0/+2
2016-05-02Run through 2to3.Chris Johns1-1/+1
2016-05-02Generate a fatal error on a Sphinx beta version that cannot be parsed.Chris Johns1-3/+5
2016-05-02Add 'waf linkcheck' to check external references.Amar Takhar1-1/+15
2016-05-02Remove incorrect pdflatex/makeindex check.Amar Takhar1-4/+0
2016-05-02Only require makeindex and pdflatex when trying to build PDF.Amar Takhar1-3/+3
2016-05-02Add support for singlehtml (inlined) HTML file, plus some other fixes.Amar Takhar1-36/+62
2016-05-02Fix typo and add another dependency.Amar Takhar1-2/+2
2016-05-02Add minimum version check for Sphinx.Amar Takhar1-1/+24
2016-05-02Add PDF generation support use with --pdfAmar Takhar1-16/+47
2016-05-02Add support for spellchecking with a custom dictionary.Amar Takhar1-2/+35
2016-05-02Rework how conf.py is handled.Amar Takhar1-13/+44