Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
81
Issues
81
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
6b4e99f7
Commit
6b4e99f7
authored
Feb 24, 2016
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install: fix case of non-free iconsets
parent
3a58b910
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Makefile.in
Makefile.in
+6
-5
No files found.
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
Markdown
is supported
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