From: Andre P. <at...@us...> - 2004-05-17 18:07:50
|
Update of /cvsroot/hoc/hoc/AppKit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/AppKit Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/AppKit/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 14 May 2004 06:05:11 -0000 1.4 +++ Makefile.in 17 May 2004 18:07:41 -0000 1.5 @@ -1,5 +1,12 @@ include ../config.mk +dist_srcdir = AppKit +dist_FILES = \ + AppKit-gnustep.conf \ + AppKit-macos.conf \ + Makefile.in \ + $(NULL) + all: libHSAppKit.a HSAppKit.o ghcmake: ghcmake.build-stamp |