--------------------- PatchSet 8285 Date: 2006/06/24 09:55:08 Author: serassio Branch: nt Tag: (none) Log: Added ncsa_auth man page to build process Members: port/win32/update.cmd:1.1.36.6->1.1.36.7 Index: squid/port/win32/update.cmd =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/update.cmd,v retrieving revision 1.1.36.6 retrieving revision 1.1.36.7 diff -u -r1.1.36.6 -r1.1.36.7 --- squid/port/win32/update.cmd 18 Jun 2006 12:21:47 -0000 1.1.36.6 +++ squid/port/win32/update.cmd 24 Jun 2006 09:55:08 -0000 1.1.36.7 @@ -51,6 +51,7 @@ copy %0\..\..\..\doc\debug-sections.txt %2\docs\debug-sections.txt copy %0\..\..\..\doc\HTTP-codes.txt %2\docs\HTTP-codes.txt copy %0\..\..\..\doc\release-notes\release-2.6.html %2\docs\release-2.6.html +type %0\..\..\..\helpers\basic_auth\NCSA\ncsa_auth.8 | man2htm2 > %2\docs\ncsa_auth.html type %0\..\..\..\helpers\basic_auth\LDAP\squid_ldap_auth.8 | man2htm2 > %2\docs\squid_ldap_auth.html type %0\..\..\..\helpers\external_acl\LDAP_group\squid_ldap_group.8 | man2htm2 > %2\docs\squid_ldap_group.html type %0\..\..\..\doc\squid.8 | man2htm2 > %2\docs\squid.html