Age | Commit message (Expand) | Author | Files | Lines |
2010-04-26 | Make CheckForExecutable() automatically add an option to override the executa... | Daniel Burrows | 1 | -2/+10 |
2010-04-26 | Use all_build_envs as the published "base" environment. | Daniel Burrows | 1 | -1/+1 |
2010-04-26 | Add a convenience routine to define a check for an executable with a standard... | Daniel Burrows | 1 | -0/+15 |
2010-04-26 | Support passing the method name as a parameter to ConfigureCheck. | Daniel Burrows | 1 | -5/+7 |
2010-04-26 | Support passing the method name as a parameter to RegisterCheck. | Daniel Burrows | 1 | -2/+4 |
2010-04-26 | Add the Docbook-XSL images into the generated images directory. | Daniel Burrows | 1 | -1/+4 |
2010-04-26 | Don't require fixman to be provided by a function, and get it working. | Daniel Burrows | 1 | -12/+27 |
2010-04-25 | Undo the changes to docbook.py. | Daniel Burrows | 1 | -13/+7 |
2010-04-25 | Fix the Docbook builder to really output to the output directory. | Daniel Burrows | 1 | -1/+1 |
2010-04-25 | Don't try to generate a build rule for a directory when generating Docbook ou... | Daniel Burrows | 1 | -5/+14 |
2010-04-25 | Add an explicit dependency from the built documentation to the manpage XML, t... | Daniel Burrows | 1 | -0/+9 |
2010-04-25 | Use srcnode() to make the XSL/XML scanners work better with variant builds. | Daniel Burrows | 2 | -2/+2 |
2010-04-25 | Don't try to change the scanner's node_class; File apparently isn't valid. | Daniel Burrows | 2 | -2/+0 |
2010-04-25 | Recognize xsl:include in addition to xsl:import. | Daniel Burrows | 1 | -1/+1 |
2010-04-25 | Allow the XML and XSL scanners to be invoked recursively. | Daniel Burrows | 2 | -4/+10 |
2010-04-25 | Be more careful about distributing the right image files. | Daniel Burrows | 1 | -4/+4 |
2010-04-25 | Only try to copy images if there are some images to copy. | Daniel Burrows | 1 | -8/+9 |
2010-04-25 | Explicitly require the images to be copied when building HTML docs. | Daniel Burrows | 1 | -0/+1 |
2010-04-25 | Distribute all the images that we copy into the documentation build directory. | Daniel Burrows | 1 | -0/+1 |
2010-04-25 | Flatten out the pngs generated from svgs, to avoid trying to stringify a list... | Daniel Burrows | 1 | -1/+1 |
2010-04-25 | Use File() to build PNGs from SVGs, so that relative paths work with the vari... | Daniel Burrows | 1 | -1/+1 |
2010-04-25 | Fix how the output of the SVG->PNG conversion aptitude_doc performs is computed. | Daniel Burrows | 1 | -2/+1 |
2010-04-25 | Add an extra level of nesting aroudn the call to rsvg, so its arguments are t... | Daniel Burrows | 1 | -7/+7 |
2010-04-25 | Load the rsvg tool for the documentation builder. | Daniel Burrows | 1 | -0/+1 |
2010-04-25 | Fix the rsvg tool to add its function directly instead of trying to add it by... | Daniel Burrows | 1 | -1/+1 |
2010-04-25 | Disable addendums in the po4a builder, because they appear to be broken and t... | Daniel Burrows | 1 | -2/+7 |
2010-04-25 | Make my custom scanners properly handle the case of a missing file. | Daniel Burrows | 2 | -2/+25 |
2010-04-25 | Put more File() wrappers in out of paranoia. | Daniel Burrows | 1 | -3/+3 |
2010-04-25 | Use File() to ensure that we can get at the documentation sources even in the... | Daniel Burrows | 1 | -2/+2 |
2010-04-25 | Fix the pofile that's used to translate the manual. | Daniel Burrows | 1 | -1/+1 |
2010-04-25 | Make the external entity scanner actually emit dependencies instead of printi... | Daniel Burrows | 1 | -1/+1 |
2010-04-25 | Fix argument-passing for po4a-translate. | Daniel Burrows | 1 | -2/+2 |
2010-04-25 | For convenience, deal cleanly with situations where the docbook input gets wr... | Daniel Burrows | 1 | -1/+1 |
2010-04-25 | Add directory definitions for docdir and pkgdocdir. | Daniel Burrows | 1 | -0/+6 |
2010-04-25 | Enable the new tools. | Daniel Burrows | 1 | -0/+6 |
2010-04-25 | Add a SCons custom tool that encapsulates the logic for building aptitude's d... | Daniel Burrows | 1 | -0/+273 |
2010-04-25 | Add custom builders for Docbook files, HTML -> Text conversions, PO4A convers... | Daniel Burrows | 4 | -0/+152 |
2010-04-25 | Add custom scanners that pick out external entities in XML files and XSL impo... | Daniel Burrows | 2 | -0/+124 |
2010-04-25 | Add copyright boilerplate. | Daniel Burrows | 1 | -0/+19 |
2010-04-25 | Install manpages under $PREFIX. | Daniel Burrows | 1 | -1/+1 |
2010-04-25 | Use the new Install builder to write installation rules for aptitude's execut... | Daniel Burrows | 1 | -1/+13 |
2010-04-25 | Fix DESTDIR handling to not be utterly broken. | Daniel Burrows | 1 | -2/+18 |
2010-04-25 | Add a tool that *replaces* the standard Install() command in environments wit... | Daniel Burrows | 2 | -0/+31 |
2010-04-25 | Add directory settings for bindir and mandir. | Daniel Burrows | 1 | -0/+6 |
2010-04-25 | Explicitly distribute the build files in SCons*. | Daniel Burrows | 2 | -0/+23 |
2010-04-25 | Use the absolute path of the distcheck-stamp to create it, to avoid problems ... | Daniel Burrows | 1 | -1/+4 |
2010-04-25 | Delete the distcheck tree before trying to copy to it. | Daniel Burrows | 1 | -2/+3 |
2010-04-25 | Start adding support for a 'dist' rule that builds a distributed archive. | Daniel Burrows | 3 | -0/+191 |
2010-04-25 | Add -fno-strict-aliasing to SConstruct, just like I did with the Makefile. | Daniel Burrows | 1 | -1/+4 |
2010-04-24 | Enable -Wall -Werror in the scons files, as per aptitude's usual configuration. | Daniel Burrows | 1 | -0/+1 |