summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-30Make sure the list of archives generated by archives_text() is unique and sor...Daniel Burrows1-4/+13
2010-04-29Merge with desktop.Daniel Burrows1-1/+2
2010-04-29Tidy up the area code and factor out generic stuff into generic/util.Daniel Burrows8-311/+449
2010-04-29Add some stub files sketching out the classes that I want to exist.Daniel Burrows4-1/+94
2010-04-29Create a new directory under "gtk" to hold the toplevel UI code.Daniel Burrows8-6/+33
2010-04-29Fix how the main source list is generated.Daniel Burrows1-1/+2
2010-04-28Stop using chdir in "make dist".Daniel Burrows1-3/+5
2010-04-28Stop using chdir when building the aptitude manpage.Daniel Burrows1-2/+2
2010-04-28Remove the po4a.cfg scanner, which was a development avenue I decided not to ...Daniel Burrows1-9/+1
2010-04-28Add an appropriate rule to cause the po4a pofiles to be rebuilt when the mast...Daniel Burrows1-0/+9
2010-04-28Add code to build the po4a po files from the master documentation files, usin...Daniel Burrows1-0/+202
2010-04-27Don't rebuild pofiles just because the .pot's date changed.Daniel Burrows1-2/+22
2010-04-27Sort the output from xgettext so it can be reliably checked for changes.Daniel Burrows1-0/+1
2010-04-27Be more careful not to blow away old files if the build is interrupted.Daniel Burrows2-6/+8
2010-04-27Ensure that the master source list in the top-level file is always in the sam...Daniel Burrows1-0/+3
2010-04-26Add an SConscript file for the po/ directory.Daniel Burrows3-0/+105
2010-04-26Flatten the list of aptitude sources before making a set from it, since only ...Daniel Burrows1-1/+1
2010-04-26Add SCons custom tools for msgfmt, msgmerge, and xgettext.Daniel Burrows3-0/+116
2010-04-26Use """ instead of ''' in a docstring with lots of apostrophes.Daniel Burrows1-2/+2
2010-04-26Make my custom Install() suport arbitrary keyword arguments (e.g., for more r...Daniel Burrows1-2/+3
2010-04-26Return File nodes from aptitude's top-level source directory, not filename st...Daniel Burrows1-2/+2
2010-04-26Return the list of all aptitude's sources from the top-level SConscript file,...Daniel Burrows2-4/+18
2010-04-26Whoops, use the right variable name.Daniel Burrows1-1/+1
2010-04-26Add a variable and command-line option that can set which rsvg-convert to use.Daniel Burrows2-1/+2
2010-04-26Support explicitly setting the variable name in MakeCheckForExecutable.Daniel Burrows1-2/+3
2010-04-26Use the xsltproc environment variable to build the docs.Daniel Burrows1-1/+1
2010-04-26Split the tests for gettext utilities from the tests for libraries.Daniel Burrows2-3/+13
2010-04-26Don't try to require xsltproc.Daniel Burrows1-1/+1
2010-04-26Check for xsltproc.Daniel Burrows2-0/+3
2010-04-26Allow the name of the po4a program to be overridden.Daniel Burrows1-1/+1
2010-04-26Add configure checks for the rest of the tools needed by gettext.Daniel Burrows1-3/+24
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-26Add build files for the Japanese docs.Daniel Burrows2-0/+8
2010-04-26Add build files for the French documentation.Daniel Burrows2-0/+9
2010-04-26Switch to the new calling convention for manpage_postprocess.Daniel Burrows1-1/+1
2010-04-26Don't require fixman to be provided by a function, and get it working.Daniel Burrows1-12/+27
2010-04-26Make the fixman scripts executable.Daniel Burrows2-0/+0
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-25Add a build file for the Finnish documentation.Daniel Burrows2-0/+9
2010-04-25Build the documentation in a variant directory again.Daniel Burrows1-4/+1
2010-04-25Don't try to generate a build rule for a directory when generating Docbook ou...Daniel Burrows1-5/+14
2010-04-25Don't try to include manpage.xml in the Czech docs, since it doesn't exist in...Daniel Burrows1-0/+1
2010-04-25Disable the use of an alternate tree for the documentation, to reduce the num...Daniel Burrows1-1/+4
2010-04-25Add an explicit dependency from the built documentation to the manpage XML, t...Daniel Burrows1-0/+9