diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-05 21:10:11 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-05 21:10:11 +0000 |
commit | a73986b28731b8d8fff192a9f6ade4a6e7347541 (patch) | |
tree | b3b38ba0f35dcf11ad5e40f49e963c0d99970369 | |
parent | 614859ff43160989da7fd481ad006cd2e012eac4 (diff) | |
download | mdk-a73986b28731b8d8fff192a9f6ade4a6e7347541.tar.gz mdk-a73986b28731b8d8fff192a9f6ade4a6e7347541.tar.bz2 |
distclean-local rule added to handle intltool
products and make distcheck happy.
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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: |