]> git.armaanb.net Git - stagit.git/blobdiff - Makefile
Use minified stylesheet
[stagit.git] / Makefile
index 1effc071d0e21c26730dd007b9dea17a0b76bfca..905d3bd3e5fd397e7c5b3bb7f9b29aa06354982a 100644 (file)
--- 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\