Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
36741e0a
Commit
36741e0a
authored
2 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[ivette] fix distributed files
parent
05b4d5af
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
ivette/Makefile.distrib
+2
-0
2 additions, 0 deletions
ivette/Makefile.distrib
ivette/distrib.sh
+1
-1
1 addition, 1 deletion
ivette/distrib.sh
ivette/headers/header_spec.txt
+2
-0
2 additions, 0 deletions
ivette/headers/header_spec.txt
with
6 additions
and
2 deletions
Makefile
+
1
−
1
View file @
36741e0a
...
...
@@ -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
:=
\
...
...
This diff is collapsed.
Click to expand it.
ivette/Makefile.distrib
+
2
−
0
View file @
36741e0a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
ivette/distrib.sh
+
1
−
1
View file @
36741e0a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
ivette/headers/header_spec.txt
+
2
−
0
View file @
36741e0a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment