Matthieu Moy
7509f588ce
Better README for ctan, as requested following the first upload
6 years ago
Matthieu Moy
26b1256714
a new 'make dist' target, to ease release to ctan.org
6 years ago
Matthieu Moy
d62522174a
Create man1/ directory if it doesn't exist
6 years ago
Matthieu Moy
31db2da962
Makefile: check for the presence of a2x before using it
This doesn't change the end result, but gives a better error message
when the command is not there.
7 years ago
Matthieu Moy
175d71226d
Fixup for previous commit: $XML_CATALOG_FILES is a file
7 years ago
Matthieu Moy
15de16d5e3
Makefile: try a2x with XML_CATALOG_FILES set if needed.
Fixes #35 .
7 years ago
Matthieu Moy
af0ff25282
More examples. Fixes #23 .
Examples are not in the README, but I'd rather avoid duplicating
stuff, hence keep everything in the script.
7 years ago
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