diff options
Diffstat (limited to 'bin/d-i_manual.sh')
-rwxr-xr-x | bin/d-i_manual.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh index b1e29e2b..1ed8c92f 100755 --- a/bin/d-i_manual.sh +++ b/bin/d-i_manual.sh @@ -82,7 +82,9 @@ init_workspace # if $1 is not given, build the whole manual, # else just the language $1 in format $2 # -# FIXME: use variable names +# $1 = LANG +# $2 = FORMAT +# $3 if set, manual is translated using po files (else xml files are the default) if [ "$1" = "" ] ; then pdebuild_package else |