diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-12-08 02:23:43 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-12-08 02:23:43 +0000 |
commit | 786383e61a7c985dfe720cff0aed3dab13a11b89 (patch) | |
tree | 5d2dce76e2a7cae1311d90f1709b800bdcd8b06f | |
parent | 1cbee18a1654e0cc20340776095be82a016f1234 (diff) | |
download | mdk-786383e61a7c985dfe720cff0aed3dab13a11b89.tar.gz mdk-786383e61a7c985dfe720cff0aed3dab13a11b89.tar.bz2 |
do not distribute autogen.sh
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aa99e8b..047fb1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -EXTRA_DIST = config.rpath ABOUT-NLS autogen.sh configure mdk.spec +EXTRA_DIST = config.rpath ABOUT-NLS SUBDIRS = po intl doc lib mixlib mixguile mixutils mixgtk misc samples docdir = $(top_builddir)/doc |