X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/3473f763bf7e1e1c97a3062aafa19c93bb7f9b15..b0f66028a9a17a845590a4fe737a4f5e46f6b778:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 06b220b..828b3c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ ## Process this file with `automake' to generate `Makefile.in' ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.2 1997/09/18 11:23:11 mdw Exp $ +## $Id: Makefile.am,v 1.4 2003/11/29 23:39:16 mdw Exp $ ## ## Makefile for `become' ## -## (c) 1997 EBI +## (c) 1998 EBI ## ##----- Licensing notice ---------------------------------------------------- @@ -29,7 +29,13 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ -## Revision 1.2 1997/09/18 11:23:11 mdw +## Revision 1.4 2003/11/29 23:39:16 mdw +## Debianization. +## +## 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 @@ -41,4 +47,6 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src manual conf +EXTRA_DIST = debian/rules debian/copyright debian/control debian/changelog + ##----- That's all, folks ---------------------------------------------------