diff --git a/documentation/bugs.sgml b/documentation/bugs.sgml index fadc4e580e9..bb8aaa03f1b 100644 --- a/documentation/bugs.sgml +++ b/documentation/bugs.sgml @@ -14,13 +14,10 @@ - Run "winecheck" to check your configuration - - - Run a Perl script called winecheck. - For details, please refer to the Configuration section. - + Verify your wine configuration + + Refer to the Configuration verification section + diff --git a/documentation/configuring.sgml b/documentation/configuring.sgml index c36f2ce5029..7b947000ae3 100644 --- a/documentation/configuring.sgml +++ b/documentation/configuring.sgml @@ -165,32 +165,16 @@ Verification of correct configuration - After you finished configuring Wine, you may run a Perl - script called winecheck, to be found - in Wine's tools/ directory. It tries to check your - configuration's correctness by checking for some popular - problems. To run it, run in a terminal - in the Wine source tree directory: + TODO: After you have finished configuring Wine you can verify + your Wine configuration by running winecfg. + This functionality will be added to winecfg + in the near future. - - $ cd tools - $ perl ./winecheck - - The winecheck output will be a percentage score indicating Wine - configuration correctness. Please note that winecheck is not - 100% accurate. - - - - If this yields a "good" percentage score, then you can consider - your Wine installation to be finished successfully: - Congratulations! - Otherwise (or if there are still some configuration problems - that winecheck doesn't catch properly), please check out the - configuration documentation below to find out more about some - parts, or proceed to the Troubleshooting - chapter. + Please check out the + configuration documentation below to find out more about Wine's + configuration, or proceed to the Troubleshooting + chapter.