setup: Remove surplus to requirements.
[quine] / Makefile.am
index cc5036a..925db3c 100644 (file)
@@ -1,8 +1,6 @@
 ## Process with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.1 1999/04/28 19:58:07 mdw Exp $
-##
 ## Makefile for Quine
 ##
 ## (c) 1999 Mark Wooding
 ## along with Quine; 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.1  1999/04/28 19:58:07  mdw
-## Initial revision
-##
-
 AUTOMAKE_OPTIONS = foreign
 
 ## --- What needs installing ---
@@ -45,7 +36,9 @@ include_HEADERS = quine.h
 
 quine_SOURCES = quine.c qqout.c mdwopt.c quine.h mdwopt.h
 ansicquine_SOURCES = ansicquine.c
-EXTRA_DIST = qqlib.c qqout.c qqlout.c rexxquine.exec bournequine
+EXTRA_DIST = \
+       qqlib.c qqout.c qqlout.c rexxquine.exec bournequine \
+       debian/control debian/changelog debian/rules debian/copyright
 CLEANFILES = xquine yquine
 MAINTAINERCLEANFILES = qqout.c qqlout.c $(srcdir)/qqout.c $(srcdir)/qqlout.c