Commit by Helm::Ccvs beforeMigration_20053718
authortigrisc@netbeans.org
Mon, 07 Mar 2005 20:51:38 +0000
changeset 1666aae45494a43b
parent 1665 abf774742624
child 1667 db9a642ed1a9
Commit by Helm::Ccvs
www/Makefile
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/www/Makefile	Mon Mar 07 20:51:38 2005 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +######################################################################
     1.5 +# -*- Makefile -*- developed for a Unix system.
     1.6 +#
     1.7 +
     1.8 +INSTALL_DIR=$(SANDBOX)/data/helm
     1.9 +
    1.10 +default: 
    1.11 +	@echo 'Run `make install` to install helm www initial content'
    1.12 +
    1.13 +install: 
    1.14 +	@echo 'Installing helm htdoc content'
    1.15 +	rsync -ar --cvs-exclude . $(INSTALL_DIR)/htdoc/www; 
    1.16 +
    1.17 +
    1.18 +
    1.19 +clean: