diff options
author | Nick White <arch@njw.me.uk> | 2007-05-03 17:51:44 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2007-05-03 17:51:44 +0000 |
commit | 9bd6f8ef5cb773e7c3eb06f39d85bd5b94c037ec (patch) | |
tree | 33f4b05cb99451030f229ef26ab2b6c6e2605bc4 /src/Makefile.am | |
parent | f811c2d4823f95d7e90f25e0e7a98e5c5abcf3e2 (diff) |
Added a script to ease releases, improved cli interface
Added the script prepare-release.sh
Modified and added options to allow easy downloading of single
issues and media files
Moved functions outputting to the command line to cli.c
Added a verbose flag
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-24
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0bf3452..79f8673 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,6 @@ bin_PROGRAMS = getht -getht_SOURCES = config.c download.c getht.c issuemem.c \ +getht_SOURCES = config.c cli.c download.c getht.c issuemem.c \ mediarev.c mediaxml.c tocxml.c xml.c \ getht.h issue.h version.h |