diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index bd98efe..460dce3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,12 +17,9 @@ endif EXTRA_DIST = \ HACKING \ - MAINTAINERS \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ - omf.make \ - xmldocs.make \ mate-doc-utils.make clean-local : @@ -51,7 +48,7 @@ distclean-local: ChangeLog: @echo Creating $@ @if test -d "$(srcdir)/.git"; then \ - (GIT_DIR=$(top_srcdir)/.git ./missing --run git log mate-2-26.. --stat -M -C --name-status --date=short --no-color) | fmt --split-only > [email protected] \ + (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat -M -C --name-status --date=short --no-color) | fmt --split-only > [email protected] \ && mv -f [email protected] $@ \ || ($(RM) [email protected]; \ echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \ |