Browse Source

add SRV_ROOT parameter to makefile, so that static resources go to

different places
master
wes 8 years ago
parent
commit
3e0f58a368
  1. 4
      Makefile

4
Makefile

@ -20,5 +20,5 @@ install:
$(MAKE);
rm -rf /srv/http/build/;
cp -rT ./build /srv/http/build/;
cp -rT ./build/scripts/ /srv/http/mgoal/scripts/;
cp -rT ./build/styles/ /srv/http/mgoal/styles/;
cp -rT ./build/scripts/ $(SRV_ROOT)/scripts/;
cp -rT ./build/styles/ $(SRV_ROOT)/styles/;

Loading…
Cancel
Save