Skip to content

Commit b10e7a6

Browse files
committed
Add instructions on Makefile for running ldiff
1 parent 2355eaf commit b10e7a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

manuscript/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ $(OUTPUT)/%.pdf: %.tex $(STY_FILES) $(CLS_FILES) $(FIGS_PDF_FILES) $(BIB_FILES)
103103
# MAKE THE VERSION WITH MARKED DIFFERENCES
104104
###############################################################################
105105

106+
# You need to add the following lines insde you ~/.gitconfig file in order to make these
107+
# targets work as expected:
108+
#
109+
# [difftool.latex]
110+
# cmd = latexdiff "$LOCAL" "$REMOTE"
111+
# [alias]
112+
# ldiff = difftool -y -t latex
113+
106114
r1: $(OUTPUT)/$(R1).pdf
107115

108116
$(R1).tex: $(PROJECT).tex

0 commit comments

Comments
 (0)