summaryrefslogtreecommitdiff
path: root/templates/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-83/+0
| | | | artifacts are removed, as is the C files which we will no longer need.
* Update copyright years.bwarsaw2007-01-191-1/+1
|
* Add target clean to clean up the language templates other than en.tkikuchi2006-01-141-2/+3
| | | | Fix bug in distclean.
* Templates should be generated from po files except for en.tkikuchi2005-12-061-4/+10
|
* Add a new language -- Interlingua. Contributed by Arberto Mardegan.tkikuchi2005-10-081-1/+1
|
* back port from 2.1.6.tkikuchi2005-08-281-2/+2
|
* 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
|
* Euskara (Basque) language support by pi and the rest of the Basquebwarsaw2003-09-221-1/+1
| | | | translation team.
* Various language updates: Serbian translations by Bojan, updates tobwarsaw2003-07-091-2/+2
| | | | Makefiles, fixed Ukrainian character set.
* Polish language support by Bartosz Sawicki and the rest of thebwarsaw2003-04-191-1/+1
| | | | translation team.
* LANGUAGES: Add ptbwarsaw2003-04-111-1/+2
|
* Update copyright yearsbwarsaw2003-03-111-1/+1
|
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
| | | | 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
|
* 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
|
* Add `ko' for Korean support.bwarsaw2002-03-281-1/+1
|
* Added Finnish (fi).bwarsaw2002-03-061-1/+1
|
* LANGUAGES: Add Russian.bwarsaw2002-01-261-2/+2
|
* LANGUAGES: Add `cs' for Czech.bwarsaw2001-11-051-1/+1
|
* LANGUAGES: Added `de' for German templates.bwarsaw2001-10-021-1/+1
|
* LANGUAGE: Add `it' for the Italian translations.bwarsaw2001-10-011-1/+1
|
* LANGUAGES: Update to include all 8 (semi-)supported languages.bwarsaw2001-07-271-1/+1
|
* Re-BSDify the Makefiles, by not expecting make to expand '{eggs,ham}' intwouters2001-05-291-2/+2
| | | | | | | | | globs. (BSD 'make' does not, GNU make does.) I'm sure there is a more satisfying way to do this, but in this case, with only two alternatives in only two cases, just writing them out was the way of least resistance. Also added '-f' to a few 'rm's to avoid warning about ignored errors (missing files).
* install: Teach this Makefile how to install language templates basedbwarsaw2001-05-181-5/+8
| | | | on the new layout.
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
|
* Use autoconf results for true (PR#65)bwarsaw1999-07-031-1/+2
|
* install: Don't worry if the mv of templatefile to templatefile.prevbwarsaw1999-05-031-1/+1
| | | | fails; it probably didn't exist (fresh install).
* install: Move any previous template file to <file>.prev so as not tobwarsaw1999-04-271-0/+1
| | | | | | completely clobber locally modified versions of these files. This is a hack, but there will eventually be a better mechanism for localizing templates.
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
| | | | | | | | | | | | propagate version string changes to the public (you have to autoreconf, then reconfigure and reinstall). Now, VERSION is set directory in Defaults.py.in and the Release.py script updates that file directly. Now we just need to run ./config.status and do a re-install. I hope this will make things easier. I'm also bumping the version to 1.0b8, so I can do a release tomorrow.
* make finishbwarsaw1998-10-201-0/+2
|
* (Makefile.in): use pattern matching to install all .html and .txtbwarsaw1998-07-061-5/+1
| | | | | | | | | | | files, so individual new files don't have to be explicitly added to the TEMPLATES list. (bounce.txt): New template for admin email on excessive bounces (reenable.txt): Sub-template for bounce.txt (refuse.txt): Template for submission refusal email notice
* Text for when confirmation approval is required.bwarsaw1998-06-231-1/+1
|
* Added a bunch of .txt templatesbwarsaw1998-06-191-1/+4
|
* Autoconf template for this directory's Makefile.bwarsaw1998-05-261-0/+70