Browse Source

Merge branch 'master' into 'master'

Prevent call of nonexistent `prepare` command

This prevents `bash` from giving the following error:

```
./git-latexdiff: line 71: prepare: command not found
```

See merge request !5
master
Matthieu Moy 9 years ago
parent
commit
f5a609dfdb
  1. 2
      git-latexdiff

2
git-latexdiff

@ -84,7 +84,7 @@ Options:
or Emacs Org mode file. or Emacs Org mode file.
The search for the only file containing 'documentclass' The search for the only file containing 'documentclass'
will be attempted, if not specified. will be attempted, if not specified.
For non-LaTeX files, a reasonable `prepare` command
For non-LaTeX files, a reasonable \`prepare\` command
will be used unless explicitly provided will be used unless explicitly provided
--no-view don't display the resulting PDF file --no-view don't display the resulting PDF file
--latex run latex instead of pdflatex --latex run latex instead of pdflatex

Loading…
Cancel
Save