From a73986b28731b8d8fff192a9f6ade4a6e7347541 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 5 Aug 2004 21:10:11 +0000 Subject: distclean-local rule added to handle intltool products and make distcheck happy. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index 3f60d07..b8edcde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,11 @@ EXTRA_DIST = config.rpath ABOUT-NLS intltool-extract.in intltool-merge.in \ intltool-update.in SUBDIRS = po intl doc lib mixlib mixguile mixutils mixgtk misc samples +distclean-local: + rm -f intltool-extract + rm -f intltool-merge + rm -f intltool-update + docdir = $(top_builddir)/doc html: -- cgit v1.2.3