diff options
author | lloyd <[email protected]> | 2006-09-09 14:26:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-09 14:26:55 +0000 |
commit | c52bd1c8962deaab6c1c41f98abbf5a8b6c552c3 (patch) | |
tree | 22d36a77c0c0e3947da8f40489648c914839b950 /modules | |
parent | d59000d08c3814bde65e0234088c8a822364154b (diff) |
Fix the clean and install targets in the makefiles
Clean up how help output is produced a bit further.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/es_win32/modinfo.txt | 2 | ||||
-rw-r--r-- | modules/fd_unix/modinfo.txt | 2 | ||||
-rw-r--r-- | modules/ml_win32/modinfo.txt | 2 | ||||
-rw-r--r-- | modules/mux_qt/modinfo.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/es_win32/modinfo.txt b/modules/es_win32/modinfo.txt index 57e516920..9bb27a03a 100644 --- a/modules/es_win32/modinfo.txt +++ b/modules/es_win32/modinfo.txt @@ -1,4 +1,4 @@ -realname "MS Windows Entropy Source" +realname "Win32 Entropy Source" # Probably not much of an issue anymore #note "This module will not run under NT4" diff --git a/modules/fd_unix/modinfo.txt b/modules/fd_unix/modinfo.txt index 88147cf8d..8841fa7b5 100644 --- a/modules/fd_unix/modinfo.txt +++ b/modules/fd_unix/modinfo.txt @@ -1,4 +1,4 @@ -realname "Pipe Unix I/O support" +realname "Unix I/O support for Pipe" define PIPE_UNIXFD_IO diff --git a/modules/ml_win32/modinfo.txt b/modules/ml_win32/modinfo.txt index 91c3e63db..db72b510b 100644 --- a/modules/ml_win32/modinfo.txt +++ b/modules/ml_win32/modinfo.txt @@ -1,4 +1,4 @@ -realname "Memory Locking for Windows" +realname "Memory Locking for Win32" <replace> mlock.cpp diff --git a/modules/mux_qt/modinfo.txt b/modules/mux_qt/modinfo.txt index 77b3e8298..f895464d9 100644 --- a/modules/mux_qt/modinfo.txt +++ b/modules/mux_qt/modinfo.txt @@ -1,4 +1,4 @@ -realname "Support for Qt/QCA" +realname "Qt Mutex" define MUTEX_QT |