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

Delegating install to Doc/Makefile

parent 093067b8
No related branches found
No related tags found
No related merge requests found
VAADIN
*.war
.generated
*.jar
*.class
WEB-INF
gwt-unitCache
......@@ -28,10 +28,6 @@ clean:
mvn -T ${numCores} clean
install:
if [ -w ${DESTDIR} ] ; then \
cd Doc/target/webhelp && rsync -av --delete --exclude-from=../../excludeFromRsync.txt * ${DESTDIR};\
else \
cd Doc/target/webhelp && rsync -av --delete --exclude-from=../../excludeFromRsync.txt * freedocs@prog.mi.hdm-stuttgart.de:${DESTDIR};\
fi
cd Doc;$(MAKE) install
#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