X-Git-Url: https://git.distorted.org.uk/~mdw/skel/blobdiff_plain/483a5859ece0769b2a4c9913cda9f6065596397b..3a2c646eb9a1dcac26941daa82fb024b6fd77cfe:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 55b2587..6080464 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.2 1999/06/01 22:31:08 mdw Exp $ +## $Id$ ## ## Makefile for skel ## @@ -15,26 +15,16 @@ ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. -## +## ## Skel is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. -## +## ## You should have received a copy of the GNU General Public License ## along with Skel; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -##----- Revision history ---------------------------------------------------- -## -## $Log: Makefile.am,v $ -## Revision 1.2 1999/06/01 22:31:08 mdw -## Add support for `wml' files. -## -## Revision 1.1.1.1 1999/04/05 13:44:59 mdw -## Initial import. -## - ## --- Basic automake configuration --- AUTOMAKE_OPTIONS = foreign @@ -48,11 +38,14 @@ ELCFILES = skel.elc pkgdata_DATA = \ skeleton skelrc \ - skelrc.c skelrc.cc skelrc.h skelrc.y \ + skelrc.c skelrc.cc skelrc.h skelrc.m skelrc.y skelrc.java \ + skelrc.mxd \ skelrc.el \ - skelrc.pm skelrc.pl \ + skelrc.lisp \ + skelrc.pm skelrc.pl skelrc.py skelrc.pyx \ skelrc.am skelrc.in \ skelrc.wml \ + skelrc.hs skelrc.gc \ skeleton.skel skelrc.skel \ skeleton.texi skelrc.texi @@ -60,6 +53,9 @@ pkgdata_DATA = \ EXTRA_DIST = \ $(pkgdata_DATA) \ - skel-init.el + skel-init.el \ + debian/control debian/copyright debian/changelog debian/rules \ + debian/skel.emacsen-install debian/skel.emacsen-remove \ + debian/skel.emacsen-startup ##----- That's all, folks ---------------------------------------------------