#!/bin/sh -e # trailing slash is important here dest="docs/" mkdir -p "$WORKDIR/$dest" cd $WORKDIR nonfatal() { echo "** $*" >&2; exit 0; } indexdir="/usr/share/doc/indexhtml" indexfile="$indexdir/index.html" [ -s "$indexfile" ] || nonfatal "$indexfile not found" [ -n "$GLOBAL_LOCALE" ] || echo "** warning: GLOBAL_LOCALE empty, fallback to en_US (use/l10n?)">&2 LANG="${GLOBAL_LOCALE:-en_US}" indexhtml-update # http://unix.stackexchange.com/questions/94185/convert-soft-to-hardlinks cp -aH "$indexdir" "$dest" mkredir() { cat >"${1}index.html" <<-EOF