Allow passing options to genps.pl from the user command line

This commit is contained in:
H. Peter Anvin 2002-05-25 22:21:27 +00:00
parent 64fee5a6c8
commit b6469d3a84

View file

@ -26,4 +26,5 @@ close(VERSION);
# \240 = no-break space, see @NASMEncoding in genps.pl.
# If we use a normal space, it breaks on 'doze platforms...
system($perl, $genps, '-subtitle', "version\240".$version, 'nasmdoc.dip');
system($perl, $genps, '-subtitle', "version\240".$version,
@ARGV, 'nasmdoc.dip');