summaryrefslogtreecommitdiff
path: root/messages/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-155/+0
| | | | artifacts are removed, as is the C files which we will no longer need.
* Update copyright years.bwarsaw2007-01-191-1/+1
|
* Fix bug incluing .svn files.tkikuchi2006-08-051-1/+1
|
* New po files to include 'templates'.tkikuchi2005-12-061-5/+10
|
* Add a new language -- Interlingua. Contributed by Arberto Mardegan.tkikuchi2005-10-081-1/+1
|
* back port from 2.1.6 into MAINtkikuchi2005-08-281-4/+5
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Forward porting Catalan supportbwarsaw2003-11-011-1/+1
|
* Added Slovenian support.bwarsaw2003-10-041-1/+1
|
* Re-arrange the targets a bit.bwarsaw2003-09-221-1/+3
|
* Euskara (Basque) language support by pi and the rest of the Basquebwarsaw2003-09-221-1/+2
| | | | translation team.
* Danish language support.avalon2003-09-181-1/+1
|
* Ukrainian updates by Maxim Dzumanenko.bwarsaw2003-08-191-1/+1
|
* Various language updates: Serbian translations by Bojan, updates tobwarsaw2003-07-091-1/+1
| | | | Makefiles, fixed Ukrainian character set.
* Forward port of fix to remove requirement of source installs frombwarsaw2003-05-081-1/+1
| | | | running msgmerge. (Until a better idea comes along.)
* Several changes to facilitate building .mo files instead of checkingbwarsaw2003-04-211-9/+10
| | | | | | | | | | | | them out of cvs. - added an all target which depends on the mofiles target - added a mofiles target which depends on the various .mo files - doinstall depends on mofiles - clean removes mo files - Added potclean which replaces catclean; it removes the .files temporary files, the Makefile, and the .pot file - distclean depends on both clean and potclean
* Using the -U option on msgmerge makes the update rule /much/ simplerbwarsaw2003-04-211-1/+1
| | | | and more robust.
* Polish language support by Bartosz Sawicki and the rest of thebwarsaw2003-04-191-1/+1
| | | | translation team.
* LANGUAGES: Add ptbwarsaw2003-04-111-1/+1
|
* Update copyright yearsbwarsaw2003-03-111-1/+1
|
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Jr, after much checking and rechecking (and some massaging) by me. Checking in now before I fall asleep and forget what all this was for. This patch adds the ability to 'make DESTDIR=/some/dir/tree install' that doesn't influence the paths stored in e.g. Defaults.py at all, which is of good use for various package managers. It is not all that package managers must do, however! Running make install with DESTDIR set means bin/update is never run, and mm_cfg.py is always written; package managers should make sure the appropriate post-installation is done, and that mm_cfg.py is treated as a config file. This patch inadvertently fixes some bogus whitespace: 8-spaces where surrounding code used tabs. The difference was harmless because the 8-spaces were used inside shell-continued-oneliners, but it is confusing and could lead to future harm. I'm too tired to make those two or three changes in a separate checkin, sorry. This patch also assumes the various packages that are installed using distutils do not record (or rather, use) their installation paths anywhere, but this seems to hold true at least for the moment. Also, I've done so many slow cvs diff's, I'm wondering when we'll switch to Subversion. Unfortunately, I've also done so many 'cvs diff -c > file; patch -p0 -R < file's to switch back and forth between patches and change sets, I'm wondering when we'll switch to Aegis as well. :-P
* Updated catalogs and Lithuanian support by Mantas Kriauciunas.bwarsaw2002-12-241-1/+1
|
* Matthias Juchem's patch #645421 for fixing "make distclean" in thebwarsaw2002-12-121-4/+5
| | | | messages and tests subdirectories.
* Added `et' for Estonian.bwarsaw2002-11-041-1/+1
|
* LANGUAGES: Added `sv' language code for Swedish.bwarsaw2002-08-151-1/+1
|
* Added a check: target contributed (a while ago) by Mikhail Sobolev.bwarsaw2002-07-301-0/+7
|
* Brazilian Portuguese <> Portguese Portuguese.bwarsaw2002-07-301-1/+1
| | | | | Move `pt' to pt_BR for Brazilian Portuguese, reserving pt_PT for later.
* LANGUAGES: Added pt for Portuguese translation.bwarsaw2002-07-261-1/+1
|
* Add support for `nl' (Dutch)bwarsaw2002-06-281-1/+1
|
* Don't extract the marked strings or docstrings from bin/pygettext.bwarsaw2002-05-221-1/+1
|
* Updated catalogs, which now include the docstrings for thebwarsaw2002-05-021-1/+2
| | | | Mailman/Commands/cmd_*.py email commands.
* Add `ko' for Korean support.bwarsaw2002-03-281-1/+1
|
* Add a catclean target to remove .pot and all the .mo, .po.old, and .pobwarsaw2002-03-271-3/+5
| | | | | | | files. I'm tired of "make distclean" removing these, requiring a cvs update. "make distclean" is now the same as "make clean"
* Added Finnish (fi).bwarsaw2002-03-061-1/+1
|
* LANGUAGES: Add Russian.bwarsaw2002-01-261-2/+2
|
* LANGUAGES: Stop building the big5 catalog until we can solve thebwarsaw2001-12-311-1/+1
| | | | problems we're having with it.
* LANGUAGES: Add `cs' for Czech.bwarsaw2001-11-051-1/+1
|
* docstring.files: Fix the calculation of the scripts that might havebwarsaw2001-10-271-1/+1
| | | | docstrings needing translation.
* Latest catalog mergesbwarsaw2001-10-221-1/+1
|
* LANGUAGES: add `hu' for Hungarian.bwarsaw2001-10-031-1/+1
|
* LANGUAGES: Added `de' for German catalog.bwarsaw2001-10-021-1/+1
|
* LANGUAGE: Fixed language order <wink>bwarsaw2001-10-011-1/+1
|
* LANGUAGE: Add `it' for the Italian translations.bwarsaw2001-10-011-1/+1
|
* pygettext.py will be in the build directory.bwarsaw2001-09-071-2/+2
|
* .po.mo rule: Don't crap out if the msgfmt conversion failed. I'mbwarsaw2001-08-171-1/+1
| | | | | still having problems with the big5 catalog, but I don't have time to fix it. :(
* Add big5 to LANGUAGES and also don't force marked.files andbwarsaw2001-08-031-3/+3
| | | | docstring.files to update every time.
* Add Norwegian.bwarsaw2001-07-271-1/+1
|
* Big rewrite of the .pot, .po generation rules. This should hopefullybwarsaw2001-07-271-14/+14
| | | | | | | cut down on the number of extracted docstrings that don't need translation. Relies on the new pygettext.py script's -X option. LANGUAGES: Added `fr'.
* LANGUAGES: add ja (Japanese)bwarsaw2001-07-261-1/+1
|
* Added a note about tools you'll need if you want to run "makebwarsaw2001-05-291-5/+5
| | | | | | | | | catalogs" (ordinarily not necessary by most users). .po.mo: fixed reversed argument order %/LC_MESSAGES/mailman.mo: rule wasn't needed since the .po.mo rule %does the trick.