Skip to content
Snippets Groups Projects
Commit cea93486 authored by Guiu Rocafort Ferrer's avatar Guiu Rocafort Ferrer
Browse files

Issue #3086993 by guiu.rocafort.ferrer, jhodgdon: Allow to build subset of...

Issue #3086993 by guiu.rocafort.ferrer, jhodgdon: Allow to build subset of languages from console. Remove endline whitespaces
parent b044ae53
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@
# Usage:
# "./mkebooks.sh" without parameters will build all the languages defined in languages.txt
# "./mkebooks.sh lang1 lang2 lang3" will build the documentation for all the languages passed as parameters.
# lang1 lang2 lang3 represent valid language codes.
# "./mkebooks.sh lang1 lang2 lang3" will build the documentation for all the languages passed as parameters.
# lang1 lang2 lang3 represent valid language codes.
# Exit immediately on uninitialized variable or error, and print each command.
set -uex
......@@ -105,4 +105,4 @@ do
cp ../output/ebooks/$lang/guide.azw3 ../ebooks/guide-$lang.azw3
cp ../output/ebooks/$lang/guide.pdf ../ebooks/guide-$lang.pdf
done
done
\ No newline at end of file
......@@ -5,8 +5,8 @@
# Usage:
# "./mkfeeds.sh" without parameters will build all the languages defined in languages.txt
# "./mkfeeds.sh lang1 lang2 lang3" will build the documentation for all the languages passed as parameters.
# lang1 lang2 lang3 represent valid language codes.
# "./mkfeeds.sh lang1 lang2 lang3" will build the documentation for all the languages passed as parameters.
# lang1 lang2 lang3 represent valid language codes.
# Exit immediately on uninitialized variable or error, and print each command.
set -uex
......@@ -69,4 +69,4 @@ asciidoc -d book -b docbook -f std.conf -f guidelines.conf -o ../output/html_fee
xmlto -m feeds.xsl xhtml --stringparam section.autolabel.max.depth=2 -o ../output/html_feed/guidelines ../output/html_feed/guidelines/guidelines.docbook
cp ../guidelines/images/*.png ../output/html_feed/guidelines/images
cp ../guidelines/images/*.png ../output/html_feed/guidelines/images
\ No newline at end of file
......@@ -5,8 +5,8 @@
# Usage:
# "./mkoutput.sh" without parameters will build all the languages defined in languages.txt
# "./mkoutput.sh lang1 lang2 lang3" will build the documentation for all the languages passed as parameters.
# lang1 lang2 lang3 represent valid language codes.
# "./mkoutput.sh lang1 lang2 lang3" will build the documentation for all the languages passed as parameters.
# lang1 lang2 lang3 represent valid language codes.
# Exit immediately on uninitialized variable or error, and print each command.
set -uex
......@@ -68,4 +68,4 @@ asciidoc -d book -b docbook -f std.conf -f guidelines.conf -o ../output/html/gui
xmlto -m bare.xsl xhtml --stringparam section.autolabel.max.depth=2 -o ../output/html/guidelines ../output/html/guidelines/guidelines.docbook
cp ../guidelines/images/*.png ../output/html/guidelines/images
cp ../guidelines/images/*.png ../output/html/guidelines/images
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment