diff options
Diffstat (limited to 'documentation/tools/poky-docbook-to-pdf')
-rwxr-xr-x | documentation/tools/poky-docbook-to-pdf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/tools/poky-docbook-to-pdf b/documentation/tools/poky-docbook-to-pdf index f55fd278af..b36e74b6be 100755 --- a/documentation/tools/poky-docbook-to-pdf +++ b/documentation/tools/poky-docbook-to-pdf | |||
@@ -1,5 +1,8 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | # | |
3 | # SPDX-License-Identifier: CC-BY-2.0-UK | ||
4 | # | ||
5 | |||
3 | if [ -z "$1" -o -z "$2" ]; then | 6 | if [ -z "$1" -o -z "$2" ]; then |
4 | echo "usage: [-v] $0 <docbook file> <templatedir>" | 7 | echo "usage: [-v] $0 <docbook file> <templatedir>" |
5 | echo | 8 | echo |