diff options
author | Stefano Karapetsas <[email protected]> | 2013-05-02 12:29:00 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-05-02 12:29:00 +0200 |
commit | 154d6784a0927d9e0e8f81fe0d1179a16690689e (patch) | |
tree | af6d101f9e3c6c5bf1e01ef5a3f2d325574e6212 /Makefile.am | |
parent | acbec2f8c4c0bf0227bd9e43c3c74cea0974ebc3 (diff) | |
download | mate-power-manager-154d6784a0927d9e0e8f81fe0d1179a16690689e.tar.bz2 mate-power-manager-154d6784a0927d9e0e8f81fe0d1179a16690689e.tar.xz |
Fixes for make dist and make distcheck
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; \ |