Michael Van Canneyt wrote:
On Fri, 14 Nov 2008, Andrew Haines wrote:

hi attached is a patch to add the option --make-searchable to fpdoc for the
chm target

It can take some time to index all the documents in the rtl for example.

Applied, and merged to fixes, so it gets included in 2.2.4

Can you write a small paragraph for the docs about it ?

Hi,

I realized that I didn't add the option --make-searchable to the available options when --help is used.

Thanks,

Andrew
Index: dw_htmlchm.inc
===================================================================
--- dw_htmlchm.inc  (revision 12090)
+++ dw_htmlchm.inc  (working copy)
@@ -518,6 +518,8 @@
   List.Add(SCHMUsageAutoIDX);
   List.add('--auto-toc');
   List.Add(SCHMUsageAutoTOC);
+  List.add('--make-searchable');
+  List.Add(SCHMUsageMakeSearch);
 end;
 
 
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to