#!/bin/sh

# Change to this script directory
cd "${0%/*}"

rm -r ./build

./make--index 
./make--stringsext--manpage
./make--rustdoc-link

