Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
6b4e99f7
Commit
6b4e99f7
authored
Feb 24, 2016
by
MARCHE Claude
Browse files
install: fix case of non-free iconsets
parent
3a58b910
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
6b4e99f7
...
...
@@ -294,8 +294,6 @@ endif
mkdir
-p
$(TOOLDIR)
mkdir
-p
$(DATADIR)
/why3
mkdir
-p
$(DATADIR)
/why3/images
mkdir
-p
$(DATADIR)
/why3/images/boomy
mkdir
-p
$(DATADIR)
/why3/images/fatcow
mkdir
-p
$(DATADIR)
/why3/vim
mkdir
-p
$(DATADIR)
/why3/lang
mkdir
-p
$(DATADIR)
/why3/theories
...
...
@@ -308,10 +306,13 @@ endif
cp
-f
drivers/
*
.drv drivers/
*
.gen
$(DATADIR)
/why3/drivers
cp
-f
LICENSE
$(DATADIR)
/why3/
cp
-f
share/provers-detection-data.conf
$(DATADIR)
/why3/
cp
-f
share/images/icons.rc
$(DATADIR)
/why3/images
for
i
in
share/images/
*
.rc
;
do
\
d
=
`
basename
$$
i .rc
`
;
\
cp
-f
$$
i
$(DATADIR)
/why3/images
;
\
mkdir
$(DATADIR)
/why3/images/
$$
d
;
\
cp
-f
share/images/
$$
d/
*
$(DATADIR)
/why3/images/
$$
d
;
\
done
cp
-f
share/images/
*
.png
$(DATADIR)
/why3/images
cp
-f
share/images/boomy/
*
$(DATADIR)
/why3/images/boomy
cp
-f
share/images/fatcow/
*
$(DATADIR)
/why3/images/fatcow
cp
-f
share/why3session.dtd
$(DATADIR)
/why3
cp
-f
share/Makefile.config
$(DATADIR)
/why3
cp
-rf
share/javascript
$(DATADIR)
/why3/javascript
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment