X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/1822e5eeb1f3716f25d57e881ea8e6bd651fc9c9..47d7e3cfd9f8e0bf9908817c817d0134d3fbe9f3:/Makefile.am diff --git a/Makefile.am b/Makefile.am index ede8e90..c397447 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,17 +8,17 @@ ###----- Licensing notice --------------------------------------------------- ### ### This file is part of the Common Files Distribution (`common') -### +### ### `Common' is free software; you can redistribute it and/or modify ### 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. -### +### ### `Common' 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 `common'; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -92,7 +92,8 @@ dist_pkgdata_SCRIPTS += install-ac dist_pkgdata_SCRIPTS += maninst ## Python support stuff. -dist_pkgdata_SCRIPTS += mdwsetup.py +dist_pkgdata_DATA += mdwsetup.py +dist_pkgdata_DATA += pysetup.mk ## confsubst pkgdata_SCRIPTS += confsubst @@ -149,6 +150,7 @@ dist-hook:: ###-------------------------------------------------------------------------- ### Debian. +EXTRA_DIST += debian/compat EXTRA_DIST += debian/control EXTRA_DIST += debian/copyright EXTRA_DIST += debian/rules