[Kolab-devel] doc/www/src Makefile,1.4,1.5 by stephan at doto.intevation.de
root at intevation.de
root at intevation.de
Sat Jul 19 09:47:07 CEST 2003
Update of /kolabrepository/doc/www/src
In directory doto:/tmp/cvs-serv3229
Modified Files:
Makefile
Log Message:
Fixed Makefile errors
Index: Makefile
===================================================================
RCS file: /kolabrepository/doc/www/src/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile 18 Jul 2003 19:48:34 -0000 1.4
+++ Makefile 19 Jul 2003 07:47:05 -0000 1.5
@@ -5,12 +5,11 @@
mkdir -p ../html
if [ ! -d ../html/images ] ; then \
mkdir ../html/images ; \
- mkdir -p ../howtos/amavis_spamassassin_sophos; \
fi
if [ ! -d ../html/howtos/amavis_spamassassin_sophos ] ; then \
mkdir -p ../html/howtos/amavis_spamassassin_sophos; \
fi
- cp -u howtos/amavis_spamassassin_sophos/* \
+ cp -u howtos/amavis_spamassassin_sophos/*.* \
../html/howtos/amavis_spamassassin_sophos
cp -u images/*.png ../html/images/
for f in $(HTML_FILES) ; do\
More information about the devel
mailing list