summaryrefslogtreecommitdiffstats
path: root/bin/d-i_manual.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-22 00:28:46 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-22 00:28:46 +0100
commita2ad2f61c2ded037083cfa93f48951b90b1a2644 (patch)
tree2e55d6ec9883a11f69ace51498fe2daf53fecf33 /bin/d-i_manual.sh
parent5cfe126681d8f0e3e0e7dd29eb0b5b68297a5f28 (diff)
downloadjenkins.debian.net-a2ad2f61c2ded037083cfa93f48951b90b1a2644.tar.xz
some code cleanups
Diffstat (limited to 'bin/d-i_manual.sh')
-rwxr-xr-xbin/d-i_manual.sh4
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