Index: openacs-4/packages/xowiki/www/xinha/Makefile =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/xinha/Makefile,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowiki/www/xinha/Makefile 13 Sep 2012 16:07:07 -0000 1.3 @@ -0,0 +1,14 @@ +FILES = *.adp *.tcl blank.html + +SOURCE = /usr/local/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/ + +unlink: + rm -f ${FILES} + cp -p ${SOURCE}/*.html . + cp -p ${SOURCE}/*.adp . + cp -p ${SOURCE}/*.tcl . + +link: + ln -sf ${SOURCE}/*.html . + ln -sf ${SOURCE}/*.adp . + ln -sf ${SOURCE}/*.tcl .