diff options
author | infirit <[email protected]> | 2013-10-19 14:22:20 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-19 14:22:20 +0200 |
commit | 1cbb900219bce4a804d4af9a929e706b687c03ef (patch) | |
tree | e4349e0fcf0e19f8b48cc2f0fe9cfd208bfd0e05 | |
parent | 59f2db5110bf8084a03c2a961a411af4cb89318d (diff) | |
download | pluma-1cbb900219bce4a804d4af9a929e706b687c03ef.tar.bz2 pluma-1cbb900219bce4a804d4af9a929e706b687c03ef.tar.xz |
Misc 'make dist' fixes
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index d913c239..ac255ac9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,13 +10,11 @@ endif distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper EXTRA_DIST = \ - BUGS \ - ChangeLog-20011116 \ - ChangeLog-20051212 \ - ChangeLog-20090418 \ + ChangeLog \ HACKING \ - MAINTAINERS \ - pluma.doap \ + NEWS \ + NEWS.GNOME \ + README \ xmldocs.make \ omf.make \ intltool-extract.in \ @@ -58,8 +56,6 @@ MAINTAINERCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc -CHANGELOG_START = PLUMA_2_26_1 - dist-hook: @if test -d "$(srcdir)/.git"; \ then \ |