diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-21 15:59:59 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-21 15:59:59 -0600 |
commit | dcb1ad1efa36898ba8e8e8386308dba8deceaeac (patch) | |
tree | 9dc6a938d5bfe7546940b57dc65ee7ec939aee8a /configure.in | |
parent | 4fa393fe559130a9d5c1155f681b428ae47b5e6d (diff) | |
download | ktorrent-dcb1ad1efa36898ba8e8e8386308dba8deceaeac.tar.gz ktorrent-dcb1ad1efa36898ba8e8e8386308dba8deceaeac.zip |
Add first rudimentary help handbook.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index fc4482e..f734a01 100644 --- a/configure.in +++ b/configure.in @@ -293,6 +293,8 @@ AC_CONFIG_FILES([ apps/ktorrent/groups/Makefile ]) AC_CONFIG_FILES([ apps/ktorrent/newui/Makefile ]) AC_CONFIG_FILES([ apps/kttorinfo/Makefile ]) AC_CONFIG_FILES([ apps/ktupnptest/Makefile ]) +AC_CONFIG_FILES([ doc/Makefile ]) +AC_CONFIG_FILES([ doc/en/Makefile ]) AC_CONFIG_FILES([ libktorrent/Makefile ]) AC_CONFIG_FILES([ libktorrent/datachecker/Makefile ]) AC_CONFIG_FILES([ libktorrent/interfaces/Makefile ]) |