Skip to content

Commit

Permalink
Merge branch 'master' into ubuntu
Browse files Browse the repository at this point in the history
Conflicts:
	Makefile.am
  • Loading branch information
kloetzl committed Nov 3, 2014
2 parents ed54267 + 60a7ffc commit d1d4c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ README: README.md
ChangeLog: configure.ac
echo "Missing Git" > ChangeLog;
if test -d $(srcdir)/.git; then \
which git && git log --stat --date=short --abbrev-commit | grep --invert-match '^ [[:alnum:].]' | git stripspace > ChangeLog \
which git && git log --stat --date=short --abbrev-commit | grep --invert-match '^ [[:alnum:].]' | git stripspace > ChangeLog; \
fi

.PHONY: code-docs
Expand Down

0 comments on commit d1d4c81

Please sign in to comment.