Allow passing options to genps.pl from the user command line
authorH. Peter Anvin <hpa@zytor.com>
Sat, 25 May 2002 22:21:27 +0000 (22:21 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 25 May 2002 22:21:27 +0000 (22:21 +0000)
doc/genpsdriver.pl

index 68cbc28..c2d8085 100644 (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');