From: Andre P. <at...@us...> - 2004-05-17 18:07:52
|
Update of /cvsroot/hoc/hoc/Tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/Tools Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Tools/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 14 May 2004 06:05:14 -0000 1.2 +++ Makefile.in 17 May 2004 18:07:42 -0000 1.3 @@ -1,5 +1,11 @@ include ../config.mk +dist_srcdir = Tools +dist_FILES = \ + HOCWrap.hs \ + Makefile.in \ + $(NULL) + all: hocwrap hocwrap: *.hs |