From: Heiko Z. <smi...@us...> - 2004-05-18 22:03:57
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23384/scripts Modified Files: ipac-ng Log Message: new ipac-ng has a bit a different folder-structure/content Index: ipac-ng =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ipac-ng,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- ipac-ng 11 Jan 2004 14:43:04 -0000 1.10 +++ ipac-ng 18 May 2004 22:03:35 -0000 1.11 @@ -45,11 +45,10 @@ cp -dpR $WORKDIR/tmp/* $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 - mkdir -p $DOCDIR/ipac-ng/{contrib,html} || exit 1 + mkdir -p $DOCDIR/ipac-ng/{contrib,doc} || exit 1 cp -dpR ./contrib $DOCDIR/ipac-ng/ || exit 1 - cp -dpR ./html $DOCDIR/ipac-ng/ || exit 1 + cp -dpR ./doc $DOCDIR/ipac-ng/ || exit 1 cp -dpR ./READM* $DOCDIR/ipac-ng/ || exit 1 - cp -dpR ./{TODO,UPDATE,CHANGES} $DOCDIR/ipac-ng/ || exit 1 fi ;; |