X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/c758e6541ca05409b178dd9629e9337494c49890..9dc8f71525461775496b3f363a5aa7c462ca4858:/Makefile.am diff --git a/Makefile.am b/Makefile.am index e3ce1c3..5c3f1a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with `automake' to generate `Makefile.in' ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.3 1998/01/12 16:45:19 mdw Exp $ +## $Id: Makefile.am,v 1.5 2004/04/08 01:36:20 mdw Exp $ ## ## Makefile for `become' ## @@ -26,22 +26,11 @@ ## along with `become'; 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.3 1998/01/12 16:45:19 mdw -## Fix copyright date. -## -## Revision 1.2 1997/09/18 11:23:11 mdw -## Add `conf' directory. -## -## Revision 1.1 1997/08/07 09:31:51 mdw -## Added new toplevel `Makefile.am' for the new `deep' package structure. -## - ##----- Just make the subdirectories ---------------------------------------- AUTOMAKE_OPTIONS = foreign SUBDIRS = src manual conf +EXTRA_DIST = debian/rules debian/copyright debian/control debian/changelog + ##----- That's all, folks ---------------------------------------------------