aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use bzip2 for the dist target.Werner Koch2005-10-261-0/+1
|
* * Makefile.am (dist-hook): Create a VERSION file for use by mkdiff.Werner Koch2004-03-091-0/+1
|
* * autogen.sh: New.Werner Koch2003-12-081-1/+1
| | | | | * Makefile.am (EXTRA_DIST): Added autogen.sh.
* 2003-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-041-1/+5
| | | | | | | * libgpg-error.spec.in: New file. * Makefile.am (EXTRA_DIST): Add libgpg-error.spec.in. * AUTHORS (Maintainer): Add Robert Schiele as contributor.
* 2003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-151-0/+19
| | | | | | | | | | | | | | | | | | | | | * src/mkstrtable.awk: Add exception clause to license about the output of the script. * configure.ac: Change license to LGPL 2.1 or later. * Makefile.am: Likewise. * src/Makefile.am: Likewise. * src/err-codes.h.in: Likewise. * src/err-sources.h.in: Likewise. * src/strsource.c: Likewise. * src/strerror.c: Likewise. * src/gpg/error.h: Likewise. * tests/Makefile.am: Likewise. * src/mkstrtable.awk: New variable HEADER. Copy input until first line with an actual code and description occurs. * src/err-codes.h.in: Uncomment license, so it is copied into the output. * src/err-sources.h.in: Likewise.
* 2003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-151-0/+5
* Initial check-in.