diff options
| author | Brian Anderson <[email protected]> | 2010-12-24 16:01:42 -0500 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-03 11:06:52 -0800 |
| commit | c90d114d36e83ee8b58fc8c3354f9a9b83459437 (patch) | |
| tree | 2be01472414c31f7127ee0da7bcfb960da530e06 /doc | |
| parent | Don't attempt to wake tasks that aren't blocked. (diff) | |
| download | rust-c90d114d36e83ee8b58fc8c3354f9a9b83459437.tar.xz rust-c90d114d36e83ee8b58fc8c3354f9a9b83459437.zip | |
Use git log pretty printing arguments that are compatible with older versions of git
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 4d3a7d03..15808de6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,7 +4,7 @@ all: rust.pdf rust.html version.texi: Makefile rust.texi git log -1 \ - --format='@macro gitversion%n%h %ci%n@end macro%n' >$@ + --pretty=format:'@macro gitversion%n%h %ci%n@end macro%n' >$@ %.pdf: %.texi version.texi texi2pdf $< |