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