From 9a0720e5e92426f15c44b341c60cbfbc18ed5ccf Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 27 Mar 2024 10:21:50 +0100 Subject: [PATCH] fix(docs/generate_docs): Cd into the correct directory to make ebnf2pdf work --- docs/generate_docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/generate_docs.sh b/docs/generate_docs.sh index 7b27b3d..1139b9e 100755 --- a/docs/generate_docs.sh +++ b/docs/generate_docs.sh @@ -19,6 +19,7 @@ # and the Lesser GNU General Public License along with this program. # If not, see . +cd "$(dirname "$0")" || exit 1 ebnf2pdf make "./grammar.ebnf" mv grammar.ebnf.pdf ./grammar.pdf