Merge "Change landslide option -r to -i"

This commit is contained in:
Jenkins 2014-12-04 18:47:07 +00:00 committed by Gerrit Code Review
commit 77e3b3d5aa

View File

@ -10,5 +10,5 @@ fi
for presentation in *.rst; do
presentation_name=$(basename "${presentation}" .rst)
landslide -r -d "${presentation_name}.html" "${presentation}"
landslide -i -d "${presentation_name}.html" "${presentation}"
done