summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2006-05-10 03:37:14 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2006-05-10 03:37:14 +0000
commit59b5bad79402b81b130e3b4242a74611d1c3be63 (patch)
tree343e3062e250a83e9f4ae9fd15d056516fc8decd /Makefile.am
parentc8da127a67eac038d20848dc924fbff022a48309 (diff)
move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from
2006-05-10 Lucas Rocha <lucasr@gnome.org> * .cvsignore, Makefile.am, autogen.sh, configure.in, data/Makefile.am, po/.cvsignore, src/Makefile.am: move to automake 1.9 and several cleanups (Fixes bug #341056). Patch from Christian Persch <chpe@gnome.org>.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am23
1 files changed, 1 insertions, 22 deletions
diff --git a/Makefile.am b/Makefile.am
index 961adbc..b154386 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,23 +1,3 @@
-#
-# FIXME:
-# currently scrollkeeper-update does not seem to
-# remove its database when there is no useful
-# information contained there. Therefore, with
-# "make uninstall" you're left with loads of
-# stuff in /var/scrollkeeper and distcheck
-# fails.
-#
-# http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html
-#
-# This overrides the uninstall check so distcheck
-# passes
-#
-# distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper' | grep -v 'omf' | grep -v 'figures'
-distuninstallcheck:
- @:
-
-distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml'
-
SUBDIRS = \
src \
po \
@@ -25,13 +5,12 @@ SUBDIRS = \
help
EXTRA_DIST = \
+ autogen.sh \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
zenity.spec \
zenity.spec.in \
- omf.make \
- xmldocs.make \
COPYING \
HACKING \
ChangeLog \