> Maybe you could use find with the -exec argument, if it is acceptable to > work on only one file at a time?
I do not see that this suggestion works here because I understand the tool "ocamldoc" in the way that it wants to get all relevant parameters (including the source file names) passed at once. > I wouldn't know how to make it sensitive to the configuration. My attempt with the tool "find" alone leads to unwanted results. I would like to avoid to maintain file name list manually. It seems that your repository contains 321 OCaml source files from which documentation information can eventually be extracted. Your tool "spatch" reuses also some other software components. I see it as a configuration challenge to exclude source files from these dependencies for the suggested documentation process. Regards, Markus _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
