--- projects/cms/source/server/Makefile.inc 2000/12/12 12:36:59 1.1.2.5 +++ projects/cms/source/server/Makefile.inc 2001/01/07 19:37:39 1.3 @@ -1,5 +1,5 @@ # Include Makefile for the server -# $Id: Makefile.inc,v 1.1.2.5 2000/12/12 12:36:59 tdb Exp $ +# $Id: Makefile.inc,v 1.3 2001/01/07 19:37:39 tdb Exp $ ## Rule to CVS update the files update : @@ -20,3 +20,6 @@ $(COMPILECHECK) : $(JAVA) DOCLEAN : rm -f $(COMPILECHECK) + +DOCOPY : + cp $(FILES) `perl -e '$$root="$(SERVERROOT)";$$path=\`pwd\`;$$path=~s/^$$root($$1)/$$1/;print "$(BUILD)".$$path;'`