trill_on_swish/commit

Added fold icon

authorJan Wielemaker
Wed Oct 15 16:46:57 2014 +0200
committerJan Wielemaker
Wed Oct 15 16:46:57 2014 +0200
commit15c5f5a2763a94d6710fa13952c7f9e379c5ffce
treecd759c3df9d657d58081a3737aba9ca7477deb4d
parent61573f951eb24253a68f695ebcf2b23879364cd7
Diff style: patch stat
diff --git a/Makefile b/Makefile
index b722143..995de61 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ LIBS=	$(addprefix lib/swish/, $(SWISHLIB)) \
 	$(addprefix lib/swish/render/, $(RENDER))
 JS=web/js/swish-min.js web/js/swish-min.js.gz web/js/require.js
 CSS=web/css/swish-min.css web/css/swish-min.css.gz
-ICONS=web/icons/owl_25_years.png \
-      web/icons/dead.png web/icons/error.png web/icons/running.gif
+ICON_FILES=owl_25_years.png dead.png error.png running.gif page-fold-20.png
+ICONS=$(addprefix web/icons/, $(ICON_FILES))
 HELP=$(addprefix web/help/, $(shell cd src/web/help && echo *.html))
 
 all:	$(DIRS) $(LIBS) $(JS) $(CSS) $(ICONS) $(HELP)
diff --git a/web/icons/page-fold-20.png b/web/icons/page-fold-20.png
new file mode 100644
index 0000000..6eb766e
Binary files /dev/null and b/web/icons/page-fold-20.png differ