Author: michiel Date: 2010-02-05 10:44:48 +0100 (Fri, 05 Feb 2010) New Revision: 40875
Added: speeltuin/mihxil/portal/Makefile Log: script to upload tldoc to its url Added: speeltuin/mihxil/portal/Makefile =================================================================== --- speeltuin/mihxil/portal/Makefile (rev 0) +++ speeltuin/mihxil/portal/Makefile 2010-02-05 09:44:48 UTC (rev 40875) @@ -0,0 +1,14 @@ + +# the maven plugin seems not to be able to do sufficiently +# It'll cost me lots of time to fix the plugin or find work arounds. + +# This works well, and is only a few lines. +# Make rocks... + +.PHONY: clean + + +out: + mvn package + rsync -ra target/site/tlddoc/* mmbase.org:web/tags/mm/portal + _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
