From: Andre P. <at...@us...> - 2004-05-17 18:07:52
|
Update of /cvsroot/hoc/hoc/Foundation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/Foundation Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Foundation/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:12 -0000 1.4 +++ Makefile.in 17 May 2004 18:07:42 -0000 1.5 @@ -1,5 +1,12 @@ include ../config.mk +dist_srcdir = Foundation +dist_FILES = \ + Foundation.conf \ + Foundation.conf-inplace \ + Makefile.in \ + $(NULL) + all: libHSFoundation.a HSFoundation.o ghcmake: ghcmake.build-stamp |