Skip to content
Snippets Groups Projects
Commit 59651322 authored by erwan's avatar erwan
Browse files

CI: use the yacc2latex of the path to build the manual

parent dede9061
No related branches found
Tags 6.101.18
No related merge requests found
Pipeline #45475 passed with warnings
......@@ -115,7 +115,7 @@ BIN=/usr/local/tools/lustre/misc/bin
./$(OBJPDF)/lv6parser.tex: ../lib/lv6parser.mly
$(BIN)/yacc2latex -t lustokens ../lib/lv6parser.mly -o $@
yacc2latex -t lustokens ../lib/lv6parser.mly -o $@
./$(OBJPDF)/cleanyacc : $(LUTINSRC)/lutParser.mly
cat $< | sed -e "s/lus//g" -e "s/TK_EOF//" > $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment