summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Add the consider-for-docs in the tarballsMartin Quinson2003-06-261-0/+1
|
* Add all tests in distMartin Quinson2003-06-261-2/+2
|
* DIRT += $(shell find -name '.#*') [generated by emacs when working on a CVS ↵Martin Quinson2003-06-261-0/+1
| | | | tree]
* Install bash_completion; doc goes to /usr/share/doc, not /usr/share/doc/packagesMartin Quinson2003-06-261-2/+8
|
* Expend the {} syntax in DIRT variable so that Makefile do what we expectMartin Quinson2003-06-251-1/+1
|
* make clean before dist; remove po/*.mo on cleanMartin Quinson2003-06-251-1/+3
|
* - Remove awk hacks in Makefile.in with shell loop and sed hack:Andreas Gruenbacher2003-04-091-6/+14
| | | | The awk hack(s) didn't work for Martin Quinson.
* Also include tests in tar archivesAndreas Gruenbacher2003-03-241-0/+2
|
* - Also substitute @SED@ and @AWK@.Andreas Gruenbacher2003-03-221-0/+4
| | | | | - Some versions of sed don't like '\t'. Expand those in the shell instead.
* Merge James's diffstat patch (check for existence of %diffstat section removed).Andreas Gruenbacher2003-02-161-0/+2
|
* Merge a slightly slimmed down version of James Rowe <Jay@jnrowe.uklinux.net>'sAndreas Gruenbacher2003-02-161-4/+11
| | | | --enable-nls option, and test for MSGFMT. (I hope this works as expected!)
* Some I18N fixesAndreas Gruenbacher2003-02-151-2/+6
|
* More guidiff cruft removedMartin Quinson2003-02-141-2/+0
|
* Remove guidiff leftovers, minor I18N fixesAndreas Gruenbacher2003-02-141-3/+3
|
* Implement i18n, french l10n and bump version numberMartin Quinson2003-02-141-0/+2
|
* *** empty log message ***Andreas Gruenbacher2003-02-021-1/+1
|
* Some minor cleanupsAndreas Gruenbacher2003-02-021-33/+37
|
* *** empty log message ***Andreas Gruenbacher2003-02-011-1/+1
|
* Add some messages in configure.ac.Andreas Gruenbacher2003-02-011-6/+17
| | | | | | | Make distclean removes autoconf garbage. The configure script is no source file. Add rule to create it when necessary. Invoke configure in the RPM spec file. Merge James Rowe's guidiff.
* Integrate James Rowe's Autoconf setup (with a comple of additional ↵Andreas Gruenbacher2003-02-011-0/+180
changes/fixes).