summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Dan Dennedy 2009-06-30 11:12:55 -0700
committerGravatar Dan Dennedy 2009-06-30 11:12:55 -0700
commit269967eda92848e0053c5b14799b26c743af1c44 (patch)
tree0888d8a6ce805999aefc43fcafd639f807279dd6 /Makefile.am
parentUpdate ChangeLog from git log. (diff)
Fix build due to incomplete tarball.
Signed-off-by: Dan Dennedy <dan@dennedy.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bf094f0..388a324 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,4 +24,4 @@ htmldoc:
.PHONY: doc psdoc pdfdoc htmldoc
dist-hook:
- git log >$(distdir)/ChangeLog
+ cd $(distdir) && gitlog2changelog.py && cd -
gb.hpp - Basic Type TraitsGravatar gingerBill 2-311/+532 2015-10-05gb.hpp - RandomGravatar gingerBill 2-330/+640 2015-10-04gb.hpp - ComplexGravatar gingerBill 2-276/+778 2015-10-03gb.hpp - AtomicsGravatar gingerBill 1-102/+500 2015-10-02gb.hpp - Bug FixesGravatar Ginger Bill 3-38/+50 2015-09-30gb.hpp - Matrix(2,3)Gravatar gingerBill 2-29/+421 2015-09-29Update README.mdGravatar gingerBill 1-1/+1 2015-09-29gb.hpp - Fix BugsGravatar gingerBill 2-41/+111 2015-09-29gb_string.h - Fix typos and errorsGravatar gingerBill 1-5/+6 2015-09-28Os spec ideasGravatar gingerBill 1-29/+126 2015-09-28gb.hpp - Transform Type and Quaternion FunctionsGravatar gingerBill 1-27/+205 2015-09-28gb.hpp - StringGravatar gingerBill 1-37/+647 2015-09-28gb.hpp - Time functionsGravatar gingerBill 1-481/+765 2015-09-27gb.hpp - Hash Table SupportGravatar gingerBill 2-137/+592 2015-09-27Add experimental gb.hppGravatar gingerBill 2-4/+2257 2015-09-27Fix Silly MistakesGravatar gingerBill 2-150/+151 2015-09-27Update README.mdGravatar gingerBill 1-1/+2 2015-09-27Add extern "C" if compiling as C++Gravatar gingerBill 2-8/+27