summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/genpsdriver.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/genpsdriver.pl b/doc/genpsdriver.pl
index 68cbc28..c2d8085 100644
--- 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');