diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 23 |
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 \ |