mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 00:48:02 +02:00
doc/proto: fix a bug with the pages script
Removing the chapter pages means the directory no longer exists, so we manually have to mkdir it.
This commit is contained in:
parent
5258a559eb
commit
6b7424e821
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ done < <($SCANNER --component=ei "$PROTOFILE" - <<EOF
|
|||
EOF
|
||||
)
|
||||
|
||||
mkdir -p "$SITEDIR/content/doc"
|
||||
|
||||
cp "$TEMPLATEDIR/_index.md" "$SITEDIR/content"
|
||||
cp "$TEMPLATEDIR/overview.md" "$SITEDIR/content/doc"
|
||||
cp "$TEMPLATEDIR/types.md" "$SITEDIR/content/doc"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue