Next: guile-tools mkpimmc, Previous: guile-tools make-twerp2texi-index, Up: Miscellaneous Tools
See Finding Guile Modules, for discussion.
Usage: merge-module-catalogs [OPTIONS] CATALOG...
Write to stdout the result of merging CATALOG... module catalog files.
If there are module name collisions, report them and do not produce
a merged catalog. Options include:
-o, --output FILE -- write result to FILE instead of stdout
-d, --deps FILE -- write dependency makefile frag to FILE
-c, --collision POLICY -- use POLICY for handling collisions:
first -- first seen overrides (no error)
last -- last seen overrides (no error)
error -- signal error [default]
Files are processed in the order given. The --deps option is only
valid if --output is also given.