Age | Commit message (Expand) | Author | Files | Lines |
2010-05-14 | Move the scons-generated config.h file into build/config so it doesn't interf... | Daniel Burrows | 2 | -2/+2 |
2010-05-14 | Write configure checks for the order of arguments that boost::fusion::fold us... | Daniel Burrows | 2 | -0/+55 |
2010-05-06 | Let clients of Test() pass a list of extra files that are used as test inputs. | Daniel Burrows | 1 | -2/+2 |
2010-05-06 | Modify the scons test module so that tests can be run in parallel and don't g... | Daniel Burrows | 1 | -2/+26 |
2010-05-06 | Move the scons config file to src/config.h so it doesn't conflict with the au... | Daniel Burrows | 2 | -2/+2 |
2010-04-28 | Stop using chdir in "make dist". | Daniel Burrows | 1 | -3/+5 |
2010-04-28 | Stop using chdir when building the aptitude manpage. | Daniel Burrows | 1 | -2/+2 |
2010-04-28 | Remove the po4a.cfg scanner, which was a development avenue I decided not to ... | Daniel Burrows | 1 | -9/+1 |
2010-04-28 | Add code to build the po4a po files from the master documentation files, usin... | Daniel Burrows | 1 | -0/+202 |
2010-04-27 | Sort the output from xgettext so it can be reliably checked for changes. | Daniel Burrows | 1 | -0/+1 |
2010-04-27 | Be more careful not to blow away old files if the build is interrupted. | Daniel Burrows | 2 | -6/+8 |
2010-04-26 | Add an SConscript file for the po/ directory. | Daniel Burrows | 1 | -0/+3 |
2010-04-26 | Add SCons custom tools for msgfmt, msgmerge, and xgettext. | Daniel Burrows | 3 | -0/+116 |
2010-04-26 | Use """ instead of ''' in a docstring with lots of apostrophes. | Daniel Burrows | 1 | -2/+2 |
2010-04-26 | Make my custom Install() suport arbitrary keyword arguments (e.g., for more r... | Daniel Burrows | 1 | -2/+3 |
2010-04-26 | Whoops, use the right variable name. | Daniel Burrows | 1 | -1/+1 |
2010-04-26 | Add a variable and command-line option that can set which rsvg-convert to use. | Daniel Burrows | 2 | -1/+2 |
2010-04-26 | Support explicitly setting the variable name in MakeCheckForExecutable. | Daniel Burrows | 1 | -2/+3 |
2010-04-26 | Use the xsltproc environment variable to build the docs. | Daniel Burrows | 1 | -1/+1 |
2010-04-26 | Split the tests for gettext utilities from the tests for libraries. | Daniel Burrows | 2 | -3/+13 |
2010-04-26 | Don't try to require xsltproc. | Daniel Burrows | 1 | -1/+1 |
2010-04-26 | Check for xsltproc. | Daniel Burrows | 2 | -0/+3 |
2010-04-26 | Allow the name of the po4a program to be overridden. | Daniel Burrows | 1 | -1/+1 |
2010-04-26 | Add configure checks for the rest of the tools needed by gettext. | Daniel Burrows | 1 | -3/+24 |
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 |