Don't delete the doc/html directories when cleaning
authorMatt Caswell <matt@openssl.org>
Wed, 24 Nov 2021 10:11:45 +0000 (10:11 +0000)
committerPauli <ppzgs1@gmail.com>
Fri, 26 Nov 2021 00:27:55 +0000 (10:27 +1000)
commitbc6d9c9395a74a31b4e0c4a8cd729197adbf6a46
treed43dea771af33f4de267c37c0478a83541c9a3c9
parent3e0441520b9a349dc50662919ea18f03dfc0d624
Don't delete the doc/html directories when cleaning

The doc/html sub-dirs get created by Configure. Therefore they should
not be cleaned away by "nmake clean". Otherwise the following sequence
fails:

 perl Configure VC-WIN64A
 nmake clean
 nmake
 nmake install

Fixes #17114

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17128)
Configurations/windows-makefile.tmpl