diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 18c3b0d0c..23593e522 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -92,7 +92,7 @@ news.subst : $(top_srcdir)/NEWS < $(top_srcdir)/NEWS > news.subst changelog.subst : - git log | sed \ + git --git-dir=$(top_srcdir)/.git log | sed \ -e 's,&,\&,g' \ -e 's,<,\<,g' \ -e 's,>,\>,g' \ |