Skip to content
Snippets Groups Projects
Commit c94d3450 authored by Goik Martin's avatar Goik Martin
Browse files

Third try!

parent 977a1778
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,12 @@ clean:
cd Doc;$(MAKE) -j ${numCores} clean
mvn -T ${numCores} clean
install:
check-install:
ifndef DESTDIR
$(error DESTDIR is undefined)
endif
install: check-install
rsync -av --exclude \*.jar --exclude \*VAADIN\* --exclude \*.class --exclude=__figurelink\* --delete P Doc/target/webhelp/ \
freedocs@prog.mi.hdm-stuttgart.de:${DESTDIR}
#end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment