Skip to content

Commit

Permalink
Update Makefile closer to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shakthimaan committed Dec 15, 2023
1 parent e1c5267 commit 56c0c16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions manual/src/library/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
ROOTDIR = ../../..
include $(ROOTDIR)/Makefile.common
LD_PATH = $(ROOTDIR)/otherlibs/str $(ROOTDIR)/otherlibs/unix

TOOLS = ../../tools
TEXQUOTE = $(OCAMLRUN) $(TOOLS)/texquote2
TEXQUOTE = $(ROOTDIR)/runtime/ocamlrun ../../tools/texquote2
LD_PATH = $(ROOTDIR)/otherlibs/str $(ROOTDIR)/otherlibs/unix
CAMLLATEX = $(OCAMLRUN) $(addprefix -I ,$(LD_PATH)) \
$(ROOTDIR)/tools/caml-tex -repo-root $(ROOTDIR) -n 80 -v false

Expand Down

0 comments on commit 56c0c16

Please sign in to comment.