fix(docs/generate_docs): Cd into the correct directory to make ebnf2pdf work
This commit is contained in:
parent
838181c116
commit
9a0720e5e9
|
@ -19,6 +19,7 @@
|
||||||
# and the Lesser GNU General Public License along with this program.
|
# and the Lesser GNU General Public License along with this program.
|
||||||
# If not, see <https://www.gnu.org/licenses/>.
|
# If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
cd "$(dirname "$0")" || exit 1
|
||||||
ebnf2pdf make "./grammar.ebnf"
|
ebnf2pdf make "./grammar.ebnf"
|
||||||
mv grammar.ebnf.pdf ./grammar.pdf
|
mv grammar.ebnf.pdf ./grammar.pdf
|
||||||
|
|
||||||
|
|
Reference in New Issue