diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2003-06-09 15:26:06 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2003-06-09 15:26:06 +0000 |
commit | bcfcc0857b850ed040c219556dc3d82e22f8dd93 (patch) | |
tree | 6b2c1be71c832bc20ce8a36fdf8f155c0aeff692 /misc | |
parent | 3aacfbd1d647a4c969b3616e71a5f86ba9952eed (diff) | |
download | mdk-bcfcc0857b850ed040c219556dc3d82e22f8dd93.tar.gz mdk-bcfcc0857b850ed040c219556dc3d82e22f8dd93.tar.bz2 |
(pkgdata_DATA): include mixal-mode.el in the
distribution and install it.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 324ebde..f703ba0 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2001 Free Software Foundation, Inc. -# +# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# # This file is free software; as a special exception the author gives -# unlimited permission to copy and/or distribute it, with or without +# unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# +# # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -EXTRA_DIST = mixvm.el +EXTRA_DIST = mixvm.el mixal-mode.el -pkgdata_DATA = mixvm.el +pkgdata_DATA = mixvm.el mixal-mode.el |