summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* - Rewrite spec2series to return what the new `quilt setup' needs,Andreas Gruenbacher2004-05-311-1/+1
| | | | | | | | and rename it to inspect. - `quilt setup': Rewrite so that it supports multiple archives per spec file. Always make the patches directory a symlink to the original patch files instead of copying the patches. - Update German translation.
* - Add `quilt grep': Grep over all files, recursively, skippingAndreas Gruenbacher2004-05-151-3/+3
| | | | the $QUILT_PATCHES and $QUILT_PC directories.
* - Add `quilt graph' command for generating a dependency graphAndreas Gruenbacher2004-03-131-4/+4
| | | | | | | | between patches. This requires the graphviz package for removing transitive edges (optional) and for rendering the graph. Please note that the graph command itself is minimal, while the underlying scripts/dependency-graph is more flexible. - The spec file was missing the quilt.1 man page.
* - Add man page to tarball and to spec file; add make dependencies.Andreas Gruenbacher2004-03-101-3/+5
| | | | - Sort the commands in the man page command reference.
* Add a man page generated automatically from -hMartin Quinson2004-02-231-3/+29
|
* - Fix generating doc/README after subdirectory support broke it.Andreas Gruenbacher2004-01-311-6/+7
| | | | - Remove excessive newlines in -h messages.
* Don't let the root makefile mess with debian stuffMartin Quinson2004-01-311-3/+3
|
* - Fix `make dist': Some files in debian/ did not exist.v0.30Andreas Gruenbacher2004-01-281-1/+1
| | | | - Update to version 0.30.
* - Add new command `quilt fold' to fold one patch into another.Andreas Gruenbacher2003-11-171-1/+1
| | | | | | | | - Fix bug in `quilt files': Files that are neither present in the working directory and have an empty backup copy sometimes were still listed. - Some minor cleanups in apatch. - Add test/fold.test, and fix a now-useless check in one.test.
* - Merge some changes from wangdi:Andreas Gruenbacher2003-11-151-3/+2
| | | | | | + Use -f (force) option of GNU patch in `quilt diff -z'. + Build source and binary RPMs in `make rpm' target. + Simplify sed expression in Makefile.in.
* Also install quilt.pdf with `make install'.v0.29Andreas Gruenbacher2003-11-121-1/+3
|
* - Add introductory paper to CVS repository.Andreas Gruenbacher2003-11-121-3/+3
| | | | - Remove obsolete documentation.
* - `quilt add': Return exit code 2 when a file has already been added.Andreas Gruenbacher2003-10-231-1/+1
| | | | | | - Add `quilt edit' command: Does a `quilt add' and then invokes $EDITOR (fallback is `vi'). Files that don't exist after editing are again removed from the patch.
* - Add `quilt fork' command.v0.26Andreas Gruenbacher2003-10-211-1/+1
| | | | | - Add `quilt snapshot' command and `quilt diff --snapshot' option. - Bump the version number to 0.26.
* Add fork commandAndreas Gruenbacher2003-10-211-1/+2
|
* Fix LC_ALL to C while building the reference file to get it in english even ↵Martin Quinson2003-09-091-2/+2
| | | | on my box
* Fix typo.Andreas Gruenbacher2003-07-271-1/+1
|
* - Install package documentation into $RPM_DOC_DIR if thisAndreas Gruenbacher2003-07-261-3/+4
| | | | | | | environment variable is set. On RedHat 9 $RPM_DOC_DIR points to /usr/share/doc/packages, but documentation lives in /usr/share/doc. This is a bug in RedHat's RPM configuration; working around it would break other distributions.
* - Update spec2series accordingly.Andreas Gruenbacher2003-07-231-1/+2
|
* - Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').Andreas Gruenbacher2003-07-231-2/+3
|
* Add example of a ~/.quiltrc file (in fact, my current version).Andreas Gruenbacher2003-06-271-1/+2
|
* 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).