Skip to content
Snippets Groups Projects
Commit 36741e0a authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] fix distributed files

parent 05b4d5af
No related branches found
No related tags found
No related merge requests found
......@@ -2198,7 +2198,7 @@ isutf8-clean:
clean:: isutf8-clean
BINARY_DISTRIB_FILES := \
$(sort $(wildcard ivette/src/dome/doc/template/static/fonts/*)) \
$(sort $(wildcard ivette/ivette.icns ivette/src/dome/doc/template/static/fonts/*)) \
$(sort $(wildcard share/*.ico share/*.png share/theme/*/*.png)) \
FILES_WITHOUT_NEWLINE := \
......
......@@ -14,7 +14,9 @@ DISTRIB_FILES += ivette/distrib.sh
DISTRIB_FILES += ivette/doc/pandoc/href.lua
DISTRIB_FILES += ivette/doc/pandoc/index.json
DISTRIB_FILES += ivette/doc/pandoc/template.html
DISTRIB_FILES += ivette/electron-builder.json
DISTRIB_FILES += ivette/electron-webpack.json
DISTRIB_FILES += ivette/ivette-macos.sh
DISTRIB_FILES += ivette/package.json
DISTRIB_FILES += ivette/src/dome/.gitignore
DISTRIB_FILES += ivette/src/dome/CONTRIBUTING.md
......
......@@ -21,7 +21,7 @@ Distribute() {
for f in $(git -C $repo ls-files .)
do
case $f in
Makefile.distrib | headers/* )
Makefile.distrib | headers/* | ivette.icns )
;;
*)
echo "DISTRIB_FILES += $src/$f" >> $Distrib
......
......@@ -13,7 +13,9 @@ distrib.sh: .ignore
doc/pandoc/href.lua: .ignore
doc/pandoc/index.json: .ignore
doc/pandoc/template.html: .ignore
electron-builder.json: .ignore
electron-webpack.json: .ignore
ivette-macos.sh: .ignore
package.json: .ignore
src/dome/.gitignore: .ignore
src/dome/CONTRIBUTING.md: .ignore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment