projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64fee5a
)
Allow passing options to genps.pl from the user command line
author
H. Peter Anvin
<hpa@zytor.com>
Sat, 25 May 2002 22:21:27 +0000
(22:21 +0000)
committer
H. Peter Anvin
<hpa@zytor.com>
Sat, 25 May 2002 22:21:27 +0000
(22:21 +0000)
doc/genpsdriver.pl
patch
|
blob
|
history
diff --git
a/doc/genpsdriver.pl
b/doc/genpsdriver.pl
index
68cbc28
..
c2d8085
100644
(file)
--- a/
doc/genpsdriver.pl
+++ b/
doc/genpsdriver.pl
@@
-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');