diff options
author | lloyd <[email protected]> | 2006-05-18 21:19:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-05-18 21:19:12 +0000 |
commit | c16f5d17337fe2ca05250812c949576be4860266 (patch) | |
tree | 0804a88c0f3b9b96e059c75ba86e7b36c55ff457 /configure.pl | |
parent | 0e1f7ff176c6481cbe90e20eeea3f4084c8eb7e1 (diff) |
Split off the generic intro stuff from readme.txt into doc/info.txt
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.pl b/configure.pl index 601f1adcb..a5fac88ae 100755 --- a/configure.pl +++ b/configure.pl @@ -71,6 +71,7 @@ my %DOCS = ( 'credits.txt' => $DOC_DIR, # 'deprecated.txt' => $DOC_DIR, + 'info.txt' => $DOC_DIR, 'license.txt' => $DOC_DIR, 'log.txt' => $DOC_DIR, 'thanks.txt' => $DOC_DIR, |