You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/scripts/generate-docs.sh

14 lines
273 B
Bash

#!/usr/bin/env bash
source "$(dirname "$0")/common.sh"
cd $PWNDBG_ABS_PATH
# Extract the documentation.
echo "Extracting docs.."
./scripts/_docs/extract-all-docs.sh || exit 1
# Build the documentation.
echo "Building docs.."
./scripts/_docs/build-all-docs.sh || exit 2