diff --git a/trunk/makefile b/trunk/makefile index 57df43c..0b96e98 100644 --- a/trunk/makefile +++ b/trunk/makefile @@ -1,4 +1,5 @@ INSTDIR=/usr/local +PROGNAME=yolanda build: frontend backend echo "building" @@ -18,13 +19,16 @@ frontend: svg2png # TODO: figure out what should go in here install: build - -mkdir "${INSTDIR}/share/yolanda" - -mkdir "${INSTDIR}/share/yolanda/www" + -mkdir "${INSTDIR}/share/${PROGNAME}" + -mkdir "${INSTDIR}/share/${PROGNAME}/www" + # only stuff that is necessary should be copied - how to determine what is necessary ? + cp * ${INSTDIR}/share/${PROGNAME}/www -R remove: rm -rf "${INSTDIR}/share/yolanda" # TODO: kill off database svg2png: - # TODO: figure out how imagemagick works + # TODO: figure out how imagemagick works and convert every +single SVG