3 convert-mudela - convert mudela to newer versions
7 convert-mudela [options] [files]
11 convert-mudela sequentially applies different mudela-conversions to
12 upgrade a Mudela input file from FROM_PATCHLEVEL to TO_PATCHLEVEL.
13 If no files are given, the standard input and output are used
21 The output file to write
25 Do an inline edit of the input file. override B<--output>
29 shows all known conversions.
31 =item B<--from>=FROM_PATCHLEVEL
33 Set the level to convert from. If this is not set, convert-mudela will
34 guess this, on the basis of C<\version> strings in the file
36 =item B<--to>=TO_PATCHLEVEL
38 Set the goal version of the conversion. It defaults to the latest
45 Not all language changes are handled. Multiple output options won't work
49 Han-Wen Nienhuys <hanwen@gnu.org>