removed references to scrollkeeper
This commit is contained in:
parent
6749c36f9d
commit
5701150227
|
@ -7,7 +7,7 @@ if !OS_OSX
|
||||||
SUBDIRS += help
|
SUBDIRS += help
|
||||||
endif
|
endif
|
||||||
|
|
||||||
distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
|
distuninstallcheck_listfiles = find . -type f -print
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
ChangeLog \
|
ChangeLog \
|
||||||
|
@ -54,7 +54,7 @@ MAINTAINERCLEANFILES = \
|
||||||
m4/lt~obsolete.m4 \
|
m4/lt~obsolete.m4 \
|
||||||
`find "$(srcdir)" -type f -name Makefile.in -print`
|
`find "$(srcdir)" -type f -name Makefile.in -print`
|
||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
@if test -d "$(srcdir)/.git"; \
|
@if test -d "$(srcdir)/.git"; \
|
||||||
|
|
Loading…
Reference in New Issue