Misc 'make dist' fixes

This commit is contained in:
infirit 2013-10-19 14:22:20 +02:00
parent 59f2db5110
commit 1cbb900219
1 changed files with 4 additions and 8 deletions

View File

@ -10,13 +10,11 @@ endif
distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
EXTRA_DIST = \ EXTRA_DIST = \
BUGS \ ChangeLog \
ChangeLog-20011116 \
ChangeLog-20051212 \
ChangeLog-20090418 \
HACKING \ HACKING \
MAINTAINERS \ NEWS \
pluma.doap \ NEWS.GNOME \
README \
xmldocs.make \ xmldocs.make \
omf.make \ omf.make \
intltool-extract.in \ intltool-extract.in \
@ -58,8 +56,6 @@ MAINTAINERCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc
CHANGELOG_START = PLUMA_2_26_1
dist-hook: dist-hook:
@if test -d "$(srcdir)/.git"; \ @if test -d "$(srcdir)/.git"; \
then \ then \