diff options
author | Nick White <arch@njw.me.uk> | 2008-05-03 01:28:13 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2008-05-03 01:28:13 +0000 |
commit | 3487cada8f2ec50b20ccf919d36df211030f1088 (patch) | |
tree | 81579027fdf753374e5f23fefa374afeba40b040 /src/Makefile.am | |
parent | 3b5e0ddd46a8f4034b7e8aaebd4cdadce2d54828 (diff) |
Changed a couple of configuration variable names
Altered name of issuepath config variable to savepath, in config.ini as well as code
Altered name of issue_xml config variable to toc_xml
Removed unnecessary variable definitions from header
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-49
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 e6b2bc1..254ac6b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,4 +4,4 @@ bin_PROGRAMS = getht getht_SOURCES = config.c cli.c download.c getht.c issuemem.c \ tocxml.c xml.c \ - getht.h issue.h version.h + config.h getht.h issue.h version.h |