Skip to content

Commit

Permalink
tools/cronjobs_osgeo_lxd: enable path setting for footer html pages (…
Browse files Browse the repository at this point in the history
…topics.html...) on add-on manual page (#351)

(required to compile add-ons to properly create server-side html man pages)
  • Loading branch information
tmszi committed Dec 2, 2020
1 parent 93f6fe5 commit 56285f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/cronjobs_osgeo_lxd/compile_addons_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ for c in "db" "display" "general" "gui/wxpython" "imagery" "misc" "raster" "rast
SCRIPTDIR="$path/scripts" \
ETC="$path/etc" \
SOURCE_URL="https://github.com/OSGeo/grass-addons/tree/master/grass${GRASS_VERSION}/" > \
"$ADDON_PATH/logs/$m.log" 2>&1
"$ADDON_PATH/logs/$m.log" 2>&1 \
HTML_PAGE_FOOTER_PAGES_PATH="../"
if [ `echo $?` -eq 0 ] ; then
printf "%-30s%s\n" "$c/$m" "SUCCESS" >> "$ADDON_PATH/logs/${INDEX_FILE}.log"
echo " SUCCESS"
Expand Down

0 comments on commit 56285f9

Please sign in to comment.