Minor build system fixes. 1.0.0
authormdw <mdw>
Mon, 19 Feb 2001 19:19:21 +0000 (19:19 +0000)
committermdw <mdw>
Mon, 19 Feb 2001 19:19:21 +0000 (19:19 +0000)
Makefile.am

index 0c757e8..5e02cb6 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
 ## -*-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
 ##
 ##
 ## Makefile for Anag
 ##
@@ -28,6 +28,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
 ##----- 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.
 ##
 ## 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
 
 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
 
 EXTRA_DIST = AnagGUI.java
 CLEANFILES = *.class *.jar