Subversion Repositories DevTools

Rev

Rev 361 | Rev 5710 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 361 Rev 5476
Line 325... Line 325...
325
file is a binary file and simply copy the file.
325
file is a binary file and simply copy the file.
326
 
326
 
327
If neiterh DOS or UNIX line endings are specified then the line endings will
327
If neiterh DOS or UNIX line endings are specified then the line endings will
328
be preserved.
328
be preserved.
329
 
329
 
-
 
330
=head1 EXAMPLE
-
 
331
 
-
 
332
The following makfile.pl fragment will create 'file1.h' based on 'file1.template'. It will replace various fields.
-
 
333
 
-
 
334
    GenerateFiles ('*', 'jats_transform_file',
-
 
335
                        '--AutoGenerate',
-
 
336
                        '--NoVarTag',
-
 
337
                        '-infile=--Prerequisite(file1.template)',
-
 
338
                        '-outfile=--Generated(file1.h)',
-
 
339
                        '-unix',
-
 
340
                        '-tag=__NAME__,--Var(BuildName)',
-
 
341
                        '-tag=__VERSION__,--Var(BuildVersion)',
-
 
342
                        '-tag=__VERSIONNUM__,--Var(BuildVersionNum)',
-
 
343
                    );
-
 
344
 
330
=cut
345
=cut
331
 
346