Update of /cvsroot/hoc/hoc/HOC
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7856/HOC
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/HOC/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.in 17 May 2004 18:07:42 -0000 1.5
+++ Makefile.in 18 May 2004 03:05:01 -0000 1.6
@@ -2,7 +2,7 @@
dist_srcdir = HOC
dist_FILES = \
- HOC/ \
+ HOC \
HOC-gnustep.conf \
HOC-gnustep.conf-inplace \
HOC-macos.conf \
|