X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=blobdiff_plain;f=Makefile;h=905d3bd3e5fd397e7c5b3bb7f9b29aa06354982a;hp=1effc071d0e21c26730dd007b9dea17a0b76bfca;hb=0adc4a907b5c784f9a8c9d070fb57da1b3eea356;hpb=92dbe7e9ac04fcc6fec6b963538d059cdc8202fc diff --git a/Makefile b/Makefile index 1effc07..905d3bd 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ dist: rm -rf ${NAME}-${VERSION} mkdir -p ${NAME}-${VERSION} cp -f ${MAN1} ${HDR} ${SRC} ${COMPATSRC} ${DOC} \ - Makefile favicon.png logo.png style.css syntax.css highlight.py \ + Makefile favicon.png logo.png style.min.css syntax.css highlight.py \ example_create.sh example_post-receive.sh \ ${NAME}-${VERSION} # make tarball @@ -80,7 +80,7 @@ install: all for f in ${BIN}; do chmod 755 ${DESTDIR}${PREFIX}/bin/$$f; done # installing example files. mkdir -p ${DESTDIR}${DOCPREFIX} - cp -f style.css\ + cp -f style.min.css\ syntax.css\ favicon.png\ logo.png\ @@ -99,7 +99,7 @@ uninstall: for f in ${BIN}; do rm -f ${DESTDIR}${PREFIX}/bin/$$f; done # removing example files. rm -f \ - ${DESTDIR}${DOCPREFIX}/style.css\ + ${DESTDIR}${DOCPREFIX}/style.min.css\ ${DESTDIR}${DOCPREFIX}/syntax.css\ ${DESTDIR}${DOCPREFIX}/highlight.py\ ${DESTDIR}${DOCPREFIX}/favicon.png\