Matthieu Moy
68e827f9ec
Makefile: install the manpage to the right directory
10 years ago
Matthieu Moy
6dc253cd68
help: split the 'examples' section into a separate --help-examples
10 years ago
Matthieu Moy
6c88bfb24e
Makefile: improve 'make help'
10 years ago
Matthieu Moy
754202daea
Makefile: fall-back to 'unknown-version' when 'git describe' fails
10 years ago
Matthieu Moy
3743f79501
add rudimentary man page
This is needed for "git latexdiff --help" to work.
Fixes #6 .
10 years ago
Matthieu Moy
c3f9791e0b
Makefile: rename $(SHELL_PATH) to $(BASH_PATH)
In case a user would be tempted to reuse the same config.mk as for Git
itself, we shouldn't be using the same variable name for something
different.
10 years ago
Matthieu Moy
461edf2c3a
Makefile: fix shebang substitution
git-latexdiff does require bash, hence we can't substitute /bin/sh as
the shell bang. Also, the previous regular expression wasn't matching
the actual shebang.
Fixes #8 .
10 years ago
Matthieu Moy
e1bd2a93ff
Makefile: use $(gitexecdir_SQ) consistently
10 years ago
Matthieu Moy
aa4a019a1c
Fix version string
The previous version was hardcoded in the script, and not linked to Git
tags. It has been 1.0 since Dec 24 15:35:32 2012, before the 1.0.0 tag
actually.
11 years ago
Matthieu Moy
dfafb57aa2
sane default for gitexecdir
12 years ago
Matthieu Moy
91f3100ab1
Initial version
14 years ago