diff options
-rwxr-xr-x | bin/reproducible_html_specs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh index b8b586aa..0ef2a181 100755 --- a/bin/reproducible_html_specs.sh +++ b/bin/reproducible_html_specs.sh @@ -13,7 +13,7 @@ common_init "$@" VERSION=$(git log -1 --pretty='%h') SPEC=$1 TARGET="specs/$(basename $SPEC -spec)" -make $SPEC.html +make $SPEC.html all mkdir -pv "$BASE/$TARGET" mv -v $SPEC.html "$BASE/$TARGET/index.html" irc_message debian-reproducible "$REPRODUCIBLE_DOT_ORG_URL/$TARGET/ updated to $VERSION" |