From f7ebae384ae1bb948fc062dde36916d2776d3eae Mon Sep 17 00:00:00 2001 From: mdw Date: Mon, 19 Feb 2001 19:19:21 +0000 Subject: [PATCH] Minor build system fixes. --- Makefile.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0c757e8..5e02cb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.6 2001/02/07 09:09:20 mdw Exp $ +## $Id: Makefile.am,v 1.7 2001/02/19 19:19:21 mdw Exp $ ## ## Makefile for Anag ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.7 2001/02/19 19:19:21 mdw +## Minor build system fixes. +## ## Revision 1.6 2001/02/07 09:09:20 mdw ## Install Java files in the right place. ## @@ -61,7 +64,12 @@ java_DATA = @jarfiles@ anag_SOURCES = anag.c anag.h wildcard.c anagram.c trackword.c util.c anag.jar: AnagGUI.class - jar cf anag.jar AnagGUI*.class + jar cf anag.jar Anag*.class + +doszip: distdir + rm -f $(PACKAGE).zip + zip -qlr $(PACKAGE).zip $(distdir) + rm -rf $(distdir) EXTRA_DIST = AnagGUI.java CLEANFILES = *.class *.jar -- 2.11.0