summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOscar Benedito <oscar@oscarbenedito.com>2020-07-31 17:29:34 +0200
committerOscar Benedito <oscar@oscarbenedito.com>2020-08-11 01:38:02 +0200
commita32ba2646371170c51421ca21119f9cbaa94e048 (patch)
treeab91a83772ed768dc74c978f1f965b373e1ee6f5 /Makefile
parentc5e861f80e6500568d2ffb4195ea104236edf3bc (diff)
Logo from png to svg file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index da6f2b9..be23652 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.ico logo.png style.css \
+ Makefile favicon.ico logo.svg style.css \
example_create.sh example_post-receive.sh \
${NAME}-${VERSION}
# make tarball
@@ -81,7 +81,7 @@ install: all
mkdir -p ${DESTDIR}${DOCPREFIX}
cp -f style.css\
favicon.ico\
- logo.png\
+ logo.svg\
example_create.sh\
example_post-receive.sh\
README\
@@ -98,7 +98,7 @@ uninstall:
rm -f \
${DESTDIR}${DOCPREFIX}/style.css\
${DESTDIR}${DOCPREFIX}/favicon.ico\
- ${DESTDIR}${DOCPREFIX}/logo.png\
+ ${DESTDIR}${DOCPREFIX}/logo.svg\
${DESTDIR}${DOCPREFIX}/example_create.sh\
${DESTDIR}${DOCPREFIX}/example_post-receive.sh\
${DESTDIR}${DOCPREFIX}/README