From: Andre P. <at...@us...> - 2004-05-18 03:05:16
|
Update of /cvsroot/hoc/hoc/Samples/Editor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7856/Samples/Editor Modified Files: Makefile.in Log Message: Fixed dist_FILES Makefile variables to make it work with BSD's cp Fixed removal of CVS and *~ directories from distribution tarball Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Samples/Editor/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 17 May 2004 18:31:33 -0000 1.2 +++ Makefile.in 18 May 2004 03:05:02 -0000 1.3 @@ -2,7 +2,7 @@ dist_srcdir = Samples/Editor dist_FILES = \ - Contents/ \ + Contents \ $(wildcard *.hs) \ Makefile.in \ $(NULL) |